Method: EilamTest::AccountPostResponse.openapi_types
- Defined in:
- lib/eilam_test/models/account_post_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 |
# File 'lib/eilam_test/models/account_post_response.rb', line 47 def self.openapi_types { :'description' => :'String', :'id' => :'String', :'name' => :'String', :'uuid' => :'String' } end |