Method: EmassClient::CacResponseGet.openapi_types
- Defined in:
- lib/emass_client/models/cac_response_get.rb
.openapi_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 |
# File 'lib/emass_client/models/cac_response_get.rb', line 36 def self.openapi_types { :'meta' => :'Response200', :'data' => :'Array<CacGet>' } end |