module WargamingApi::Concern::Attributable::ClassMethods
Public Instance Methods
attribute(name, type)
click to toggle source
# File lib/wargaming_api/concern/attributable.rb, line 11 def attribute(name, type) _attributes[name] = type end