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