Class: Mystro::Client::Base
- Inherits:
-
Object
- Object
- Mystro::Client::Base
- Includes:
- HTTParty
- Defined in:
- lib/mystro/client.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(server, organization, token = nil) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(server, organization, token = nil) ⇒ Base
24 25 26 27 28 |
# File 'lib/mystro/client.rb', line 24 def initialize(server, organization, token=nil) @server = server @token = token @organization = organization end |