Method: OpenapiClient::IndustrySpecificExtensions.openapi_types
- Defined in:
- lib/openapi_client/models/industry_specific_extensions.rb
.openapi_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 43 44 |
# File 'lib/openapi_client/models/industry_specific_extensions.rb', line 37 def self.openapi_types { :'airline' => :'Airline', :'lodging' => :'Lodging', :'car_rental' => :'CarRental', :'mcc6012' => :'Mcc6012' } end |