Class: PlaylyfeClient::V2::Leaderboard
- Inherits:
-
Leaderboard
- Object
- Leaderboard
- PlaylyfeClient::V2::Leaderboard
- Defined in:
- lib/playlyfe_client/v2/leaderboard.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#cycles ⇒ Object
readonly
Returns the value of attribute cycles.
-
#entity_type ⇒ Object
readonly
Returns the value of attribute entity_type.
-
#metric ⇒ Object
readonly
Returns the value of attribute metric.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Attributes inherited from Leaderboard
#game, #id, #name, #positions
Method Summary
Methods inherited from Leaderboard
Instance Attribute Details
#cycles ⇒ Object (readonly)
Returns the value of attribute cycles.
7 8 9 |
# File 'lib/playlyfe_client/v2/leaderboard.rb', line 7 def cycles @cycles end |
#entity_type ⇒ Object (readonly)
Returns the value of attribute entity_type.
7 8 9 |
# File 'lib/playlyfe_client/v2/leaderboard.rb', line 7 def entity_type @entity_type end |
#metric ⇒ Object (readonly)
Returns the value of attribute metric.
7 8 9 |
# File 'lib/playlyfe_client/v2/leaderboard.rb', line 7 def metric @metric end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope.
7 8 9 |
# File 'lib/playlyfe_client/v2/leaderboard.rb', line 7 def scope @scope end |