Method: Api::Contract.openapi_types
- Defined in:
- lib/jamm/api/models/v1_contract.rb
.openapi_types ⇒ Object
Attribute type mapping.
68 69 70 71 72 73 74 75 |
# File 'lib/jamm/api/models/v1_contract.rb', line 68 def self.openapi_types { :'id' => :'String', :'status' => :'ContractStatus', :'created_at' => :'Time', :'updated_at' => :'Time' } end |