Class: Yun::FogAttributes

Inherits:
Hash
  • Object
show all
Defined in:
lib/yun/model/fog_attributes.rb

Instance Method Summary collapse

Constructor Details

#initialize(attributes) ⇒ FogAttributes

Returns a new instance of FogAttributes.



4
5
6
7
# File 'lib/yun/model/fog_attributes.rb', line 4

def initialize attributes
  convert_basic_attributes attributes
  convert_tags_attributes attributes
end