Class: Lol::Team

Inherits:
Model show all
Defined in:
lib/lol/team.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

#create_dateObject

Returns the value of attribute create_date.



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

def create_date
  @create_date
end

#full_idObject

Returns the value of attribute full_id.



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

def full_id
  @full_id
end

#last_game_dateObject

Returns the value of attribute last_game_date.



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

def last_game_date
  @last_game_date
end

#last_join_dateObject

Returns the value of attribute last_join_date.



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

def last_join_date
  @last_join_date
end

#last_joined_ranked_team_queue_dateObject

Returns the value of attribute last_joined_ranked_team_queue_date.



23
24
25
# File 'lib/lol/team.rb', line 23

def last_joined_ranked_team_queue_date
  @last_joined_ranked_team_queue_date
end

#match_historyObject

Returns the value of attribute match_history.



27
28
29
# File 'lib/lol/team.rb', line 27

def match_history
  @match_history
end

#message_of_dayObject

Returns the value of attribute message_of_day.



31
32
33
# File 'lib/lol/team.rb', line 31

def message_of_day
  @message_of_day
end

#modify_dateObject

Returns the value of attribute modify_date.



35
36
37
# File 'lib/lol/team.rb', line 35

def modify_date
  @modify_date
end

#nameObject

Returns the value of attribute name.



39
40
41
# File 'lib/lol/team.rb', line 39

def name
  @name
end

#rosterObject

Returns the value of attribute roster.



43
44
45
# File 'lib/lol/team.rb', line 43

def roster
  @roster
end

#second_last_join_dateObject

Returns the value of attribute second_last_join_date.



47
48
49
# File 'lib/lol/team.rb', line 47

def second_last_join_date
  @second_last_join_date
end

#statusString

Returns Status.

Returns:

  • (String)

    Status



51
52
53
# File 'lib/lol/team.rb', line 51

def status
  @status
end

#tagString

Returns Team Tag.

Returns:

  • (String)

    Team Tag



55
56
57
# File 'lib/lol/team.rb', line 55

def tag
  @tag
end

#team_idObject

Returns the value of attribute team_id.



59
60
61
# File 'lib/lol/team.rb', line 59

def team_id
  @team_id
end

#team_stat_summaryObject

Returns the value of attribute team_stat_summary.



63
64
65
# File 'lib/lol/team.rb', line 63

def team_stat_summary
  @team_stat_summary
end

#third_last_join_dateObject

Returns the value of attribute third_last_join_date.



67
68
69
# File 'lib/lol/team.rb', line 67

def third_last_join_date
  @third_last_join_date
end

#timestampObject

Returns the value of attribute timestamp.



71
72
73
# File 'lib/lol/team.rb', line 71

def timestamp
  @timestamp
end

#TimestampFixnum (readonly)

Returns Timestamp.

Returns:

  • (Fixnum)

    Timestamp



71
# File 'lib/lol/team.rb', line 71

attr_reader :timestamp