Class: Dcmgr::Models::InstanceSpec

Inherits:
AccountResource show all
Defined in:
lib/dcmgr/models/instance_spec.rb

Constant Summary

Constants inherited from BaseNew

BaseNew::LOCK_TABLES_KEY

Instance Method Summary collapse

Methods inherited from AccountResource

#account

Methods inherited from BaseNew

Proxy, dataset, install_data, install_data_hooks, lock!, unlock!

Instance Method Details

#to_hashObject



17
18
19
# File 'lib/dcmgr/models/instance_spec.rb', line 17

def to_hash
  super.merge({:config=>config.to_s})
end