Module: NintendoEshop
- Defined in:
- lib/nintendo_eshop.rb,
lib/nintendo_eshop/game.rb,
lib/nintendo_eshop/version.rb,
lib/nintendo_eshop/api_client.rb,
lib/nintendo_eshop/games_list.rb,
lib/nintendo_eshop/api_request.rb
Defined Under Namespace
Classes: APIClient, APIRequest, Error, Game, GamesList, InvalidArgumentError, InvalidRequestError
Constant Summary collapse
- VERSION =
"0.1.1".freeze
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.app_id ⇒ Object
Returns the value of attribute app_id.
-
.base_url ⇒ Object
Returns the value of attribute base_url.
- .client ⇒ Object
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
15 16 17 |
# File 'lib/nintendo_eshop.rb', line 15 def api_key @api_key end |
.app_id ⇒ Object
Returns the value of attribute app_id.
16 17 18 |
# File 'lib/nintendo_eshop.rb', line 16 def app_id @app_id end |
.base_url ⇒ Object
Returns the value of attribute base_url.
17 18 19 |
# File 'lib/nintendo_eshop.rb', line 17 def base_url @base_url end |
.client ⇒ Object
21 22 23 |
# File 'lib/nintendo_eshop.rb', line 21 def client @client ||= NintendoEshop::APIClient end |