Class: Lolxin::Spectator::BannedChampion

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

Instance Attribute Summary collapse

Instance Attribute Details

#champion_idObject

Returns the value of attribute champion_id

Returns:

  • (Object)

    the current value of champion_id



45
46
47
# File 'lib/lolxin/api/spectator.rb', line 45

def champion_id
  @champion_id
end

#pick_turnObject

Returns the value of attribute pick_turn

Returns:

  • (Object)

    the current value of pick_turn



45
46
47
# File 'lib/lolxin/api/spectator.rb', line 45

def pick_turn
  @pick_turn
end

#team_idObject

Returns the value of attribute team_id

Returns:

  • (Object)

    the current value of team_id



45
46
47
# File 'lib/lolxin/api/spectator.rb', line 45

def team_id
  @team_id
end