Class: FortyTwo::Response::Model::Skill
- Defined in:
- lib/fortytwo/responses/models/skill.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#level ⇒ Object
readonly
Returns the value of attribute level.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from FortyTwo::Response::Base
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
7 8 9 |
# File 'lib/fortytwo/responses/models/skill.rb', line 7 def id @id end |
#level ⇒ Object (readonly)
Returns the value of attribute level.
7 8 9 |
# File 'lib/fortytwo/responses/models/skill.rb', line 7 def level @level end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
7 8 9 |
# File 'lib/fortytwo/responses/models/skill.rb', line 7 def name @name end |