Method: Megam::PredefCloud#initialize
- Defined in:
- lib/megam/core/predefcloud.rb
#initialize(email = nil, api_key = nil) ⇒ PredefCloud
Returns a new instance of PredefCloud.
19 20 21 22 23 24 25 26 27 28 29 30 |
# File 'lib/megam/core/predefcloud.rb', line 19 def initialize(email=nil, api_key=nil) @id = nil @name = nil @accounts_id = nil @spec = {} @access = {} #@ideal=nil #@performance = nil @created_at = nil @some_msg = {} super(email, api_key) end |