Method: FireflyIIIClient::SystemInfoData.attribute_map

Defined in:
lib/firefly_iii_client/models/system_info_data.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



29
30
31
32
33
34
35
36
37
# File 'lib/firefly_iii_client/models/system_info_data.rb', line 29

def self.attribute_map
  {
    :'version' => :'version',
    :'api_version' => :'api_version',
    :'php_version' => :'php_version',
    :'os' => :'os',
    :'driver' => :'driver'
  }
end