Method: FireflyIIIClient::SystemInfoData.openapi_types
- Defined in:
- lib/firefly_iii_client/models/system_info_data.rb
.openapi_types ⇒ Object
Attribute type mapping.
45 46 47 48 49 50 51 52 53 |
# File 'lib/firefly_iii_client/models/system_info_data.rb', line 45 def self.openapi_types { :'version' => :'String', :'api_version' => :'String', :'php_version' => :'String', :'os' => :'String', :'driver' => :'String' } end |