Included Modules

Class Index [+]

Quicksearch

Ferret::FieldSymbol

See FieldSymbolMethods

Attributes

type[W]
desc[W]

Public Class Methods

new(symbol, desc = false) click to toggle source
    # File lib/ferret/field_symbol.rb, line 78
78:     def initialize(symbol, desc = false)
79:       @symbol = symbol
80:       @desc = desc
81:     end

Public Instance Methods

method_missing(method, *args) click to toggle source
    # File lib/ferret/field_symbol.rb, line 83
83:     def method_missing(method, *args)
84:       @symbol.__send__(method, *args)
85:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.