Class: Lolxin::Spectator::Participant

Inherits:
Struct
  • Object
show all
Defined in:
lib/lolxin/api/spectator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#botObject

Returns the value of attribute bot

Returns:

  • (Object)

    the current value of bot



55
56
57
# File 'lib/lolxin/api/spectator.rb', line 55

def bot
  @bot
end

#champion_idObject

Returns the value of attribute champion_id

Returns:

  • (Object)

    the current value of champion_id



55
56
57
# File 'lib/lolxin/api/spectator.rb', line 55

def champion_id
  @champion_id
end

#profile_icon_idObject

Returns the value of attribute profile_icon_id

Returns:

  • (Object)

    the current value of profile_icon_id



55
56
57
# File 'lib/lolxin/api/spectator.rb', line 55

def profile_icon_id
  @profile_icon_id
end

#spell1idObject

Returns the value of attribute spell1id

Returns:

  • (Object)

    the current value of spell1id



55
56
57
# File 'lib/lolxin/api/spectator.rb', line 55

def spell1id
  @spell1id
end

#spell2dObject

Returns the value of attribute spell2d

Returns:

  • (Object)

    the current value of spell2d



55
56
57
# File 'lib/lolxin/api/spectator.rb', line 55

def spell2d
  @spell2d
end

#summoner_nameObject

Returns the value of attribute summoner_name

Returns:

  • (Object)

    the current value of summoner_name



55
56
57
# File 'lib/lolxin/api/spectator.rb', line 55

def summoner_name
  @summoner_name
end

#team_idObject

Returns the value of attribute team_id

Returns:

  • (Object)

    the current value of team_id



55
56
57
# File 'lib/lolxin/api/spectator.rb', line 55

def team_id
  @team_id
end