Method: Megam::Flavors#initialize
- Defined in:
- lib/megam/core/flavors.rb
#initialize(o) ⇒ Flavors
Returns a new instance of Flavors.
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/megam/core/flavors.rb', line 3 def initialize(o) @id = nil @org_id = nil @account_id = nil @name = nil @cpu = nil @ram = nil @disk = nil @regions = [] @price = [] @properties = [] @category = [] @status = nil @created_at = nil @updated_at = nil @some_msg = {} super(o) end |