Class: Lol::TeamMember

Inherits:
Model
  • Object
show all
Defined in:
lib/lol/team_member.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#raw

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Lol::Model

Instance Attribute Details

#invite_dateObject

Returns the value of attribute invite_date.



7
8
9
# File 'lib/lol/team_member.rb', line 7

def invite_date
  @invite_date
end

#join_dateObject

Returns the value of attribute join_date.



11
12
13
# File 'lib/lol/team_member.rb', line 11

def join_date
  @join_date
end

#player_idObject

Returns the value of attribute player_id.



15
16
17
# File 'lib/lol/team_member.rb', line 15

def player_id
  @player_id
end

#statusObject

Returns the value of attribute status.



19
20
21
# File 'lib/lol/team_member.rb', line 19

def status
  @status
end