Method: OpenapiClient::Address.attribute_map
- Defined in:
- lib/openapi_client/models/address.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/openapi_client/models/address.rb', line 40 def self.attribute_map { :'company' => :'company', :'address1' => :'address1', :'address2' => :'address2', :'city' => :'city', :'region' => :'region', :'postal_code' => :'postalCode', :'country' => :'country' } end |