Class: RiotGamesApi::LOL::Resource::Base
- Inherits:
-
Object
- Object
- RiotGamesApi::LOL::Resource::Base
- Defined in:
- lib/riot_games_api/lol/resource/base.rb
Instance Method Summary (collapse)
-
- (Base) initialize(connection, region)
constructor
A new instance of Base.
Constructor Details
- (Base) initialize(connection, region)
Returns a new instance of Base
5 6 7 8 |
# File 'lib/riot_games_api/lol/resource/base.rb', line 5 def initialize(connection, region) @connection = connection @region = region end |