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 71
71:     def initialize(symbol, desc = false)
72:       @symbol = symbol
73:       @desc = desc
74:     end

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.