Method: Harbor1Client::UserProfile.attribute_map

Defined in:
lib/harbor1_client/models/user_profile.rb

.attribute_mapObject

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



27
28
29
30
31
32
33
# File 'lib/harbor1_client/models/user_profile.rb', line 27

def self.attribute_map
  {
    :'email' => :'email',
    :'realname' => :'realname',
    :'comment' => :'comment'
  }
end