Method: Eson::Search::Type#initialize
- Defined in:
- lib/eson/search/type.rb
#initialize(type) ⇒ Type
Returns a new instance of Type.
11 12 13 |
# File 'lib/eson/search/type.rb', line 11 def initialize(type) self.type = type end |
Returns a new instance of Type.
11 12 13 |
# File 'lib/eson/search/type.rb', line 11 def initialize(type) self.type = type end |