Class: Edboxra::Api
- Inherits:
-
Object
- Object
- Edboxra::Api
- Defined in:
- lib/edboxra/api.rb
Instance Method Summary collapse
-
#initialize(key, cookies) ⇒ Api
constructor
A new instance of Api.
Constructor Details
#initialize(key, cookies) ⇒ Api
Returns a new instance of Api.
3 4 5 6 |
# File 'lib/edboxra/api.rb', line 3 def initialize(key, ) @key = key @cookies = () end |