Method: CloudQuartz#initialize
- Defined in:
- lib/cloud-quartz.rb
#initialize(options = {}) ⇒ CloudQuartz
Returns a new instance of CloudQuartz.
9 10 11 12 13 14 |
# File 'lib/cloud-quartz.rb', line 9 def initialize( = {}) @api_key = [:api_key] @agent_id = [:agent_id] @secret_key = [:secret_key] self.class.base_uri [:url] || 'https://api.cloudblocks.co' end |