Included Modules

Class/Module Index [+]

Quicksearch

Ferret::FieldSymbol

See FieldSymbolMethods

Attributes

desc[W]
type[W]

Public Class Methods

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.