Method: IntegrationApi::Stat.swagger_types
- Defined in:
- lib/integration_api/models/stat.rb
.swagger_types ⇒ Object
Attribute type mapping.
33 34 35 36 37 38 |
# File 'lib/integration_api/models/stat.rb', line 33 def self.swagger_types { :'stat_name' => :'String', :'stat_value' => :'Float' } end |