Class: Lolxin::Spectator::CurrentGameParticipant

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



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def bot
  @bot
end

#champion_idObject

Returns the value of attribute champion_id

Returns:

  • (Object)

    the current value of champion_id



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def champion_id
  @champion_id
end

#masteriesObject

Returns the value of attribute masteries

Returns:

  • (Object)

    the current value of masteries



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def masteries
  @masteries
end

#profile_icon_idObject

Returns the value of attribute profile_icon_id

Returns:

  • (Object)

    the current value of profile_icon_id



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def profile_icon_id
  @profile_icon_id
end

#runesObject

Returns the value of attribute runes

Returns:

  • (Object)

    the current value of runes



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def runes
  @runes
end

#spell1dObject

Returns the value of attribute spell1d

Returns:

  • (Object)

    the current value of spell1d



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def spell1d
  @spell1d
end

#spell2dObject

Returns the value of attribute spell2d

Returns:

  • (Object)

    the current value of spell2d



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def spell2d
  @spell2d
end

#summoner_idObject

Returns the value of attribute summoner_id

Returns:

  • (Object)

    the current value of summoner_id



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def summoner_id
  @summoner_id
end

#summoner_nameObject

Returns the value of attribute summoner_name

Returns:

  • (Object)

    the current value of summoner_name



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def summoner_name
  @summoner_name
end

#team_idObject

Returns the value of attribute team_id

Returns:

  • (Object)

    the current value of team_id



17
18
19
# File 'lib/lolxin/api/spectator.rb', line 17

def team_id
  @team_id
end