Method: Elastictastic::Properties#initialize
- Defined in:
- lib/elastictastic/properties.rb
#initialize(attributes = {}) ⇒ Object
138 139 140 141 142 143 |
# File 'lib/elastictastic/properties.rb', line 138 def initialize(attributes = {}) super() @_attributes = {} = {} self.attributes = attributes end |