Method: OSDNClient::Skill.attribute_map

Defined in:
lib/osdn-client/models/skill.rb

.attribute_mapObject

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



39
40
41
42
43
44
45
46
# File 'lib/osdn-client/models/skill.rb', line 39

def self.attribute_map
  {
    :'name' => :'name',
    :'level' => :'level',
    :'experience' => :'experience',
    :'hate_like' => :'hate_like'
  }
end