Module: WargamingApi::Concern::Attributable::ClassMethods
- Defined in:
- lib/wargaming_api/concern/attributable.rb
Instance Method Summary collapse
Instance Method Details
#attribute(name, type) ⇒ Object
11 12 13 |
# File 'lib/wargaming_api/concern/attributable.rb', line 11 def attribute(name, type) _attributes[name] = type end |