Class: PlaylyfeClient::Team
- Inherits:
-
Object
- Object
- PlaylyfeClient::Team
- Defined in:
- lib/playlyfe_client/team.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#game ⇒ Object
readonly
Returns the value of attribute game.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
6 7 8 |
# File 'lib/playlyfe_client/team.rb', line 6 def connection @connection end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
6 7 8 |
# File 'lib/playlyfe_client/team.rb', line 6 def created_at @created_at end |
#game ⇒ Object (readonly)
Returns the value of attribute game.
6 7 8 |
# File 'lib/playlyfe_client/team.rb', line 6 def game @game end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
6 7 8 |
# File 'lib/playlyfe_client/team.rb', line 6 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/playlyfe_client/team.rb', line 6 def name @name end |
Instance Method Details
#events ⇒ Object
20 21 22 |
# File 'lib/playlyfe_client/team.rb', line 20 def events [] end |
#leaderboards ⇒ Object
16 17 18 |
# File 'lib/playlyfe_client/team.rb', line 16 def leaderboards [] end |
#members ⇒ Object
12 13 14 |
# File 'lib/playlyfe_client/team.rb', line 12 def members [] end |
#template ⇒ Object
8 9 10 |
# File 'lib/playlyfe_client/team.rb', line 8 def template definition end |