Class: PlaylyfeClient::Team

Inherits:
Object
  • Object
show all
Defined in:
lib/playlyfe_client/team.rb

Direct Known Subclasses

V2::Team

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#connectionObject (readonly)

Returns the value of attribute connection.



6
7
8
# File 'lib/playlyfe_client/team.rb', line 6

def connection
  @connection
end

#created_atObject (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

#gameObject (readonly)

Returns the value of attribute game.



6
7
8
# File 'lib/playlyfe_client/team.rb', line 6

def game
  @game
end

#idObject (readonly)

Returns the value of attribute id.



6
7
8
# File 'lib/playlyfe_client/team.rb', line 6

def id
  @id
end

#nameObject (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

#eventsObject



20
21
22
# File 'lib/playlyfe_client/team.rb', line 20

def events
  []
end

#leaderboardsObject



16
17
18
# File 'lib/playlyfe_client/team.rb', line 16

def leaderboards
  []
end

#membersObject



12
13
14
# File 'lib/playlyfe_client/team.rb', line 12

def members
  []
end

#templateObject



8
9
10
# File 'lib/playlyfe_client/team.rb', line 8

def template
  definition
end