Method: TripletexApi::LoggedInUserInfoDTO.attribute_map

Defined in:
lib/tripletex_api/models/logged_in_user_info_dto.rb

.attribute_mapObject

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



30
31
32
33
34
35
36
37
38
# File 'lib/tripletex_api/models/logged_in_user_info_dto.rb', line 30

def self.attribute_map
  {
    :'employee_id' => :'employeeId',
    :'employee' => :'employee',
    :'company_id' => :'companyId',
    :'company' => :'company',
    :'language' => :'language'
  }
end