Class: FortyTwo::Response::Model::Skill

Inherits:
Base
  • Object
show all
Defined in:
lib/fortytwo/responses/models/skill.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FortyTwo::Response::Base

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



7
8
9
# File 'lib/fortytwo/responses/models/skill.rb', line 7

def id
  @id
end

#levelObject (readonly)

Returns the value of attribute level.



7
8
9
# File 'lib/fortytwo/responses/models/skill.rb', line 7

def level
  @level
end

#nameObject (readonly)

Returns the value of attribute name.



7
8
9
# File 'lib/fortytwo/responses/models/skill.rb', line 7

def name
  @name
end