Method: OrderCloud::Variant.swagger_types
- Defined in:
- lib/order_cloud/models/variant.rb
.swagger_types ⇒ Object
Attribute type mapping.
52 53 54 55 56 57 58 59 60 |
# File 'lib/order_cloud/models/variant.rb', line 52 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'description' => :'String', :'active' => :'BOOLEAN', :'xp' => :'Object' } end |