Class: Fog::Vcloud::MockDataClasses::MockOrganization

Inherits:
Base
  • Object
show all
Defined in:
lib/fog/vcloud/mock_data_classes.rb

Instance Method Summary collapse

Methods inherited from Base

#_parent, base_url, #base_url, base_url=, #first, #href, #initialize, #inspect, #last

Constructor Details

This class inherits a constructor from Fog::Vcloud::MockDataClasses::Base

Instance Method Details

#nameObject



222
223
224
# File 'lib/fog/vcloud/mock_data_classes.rb', line 222

def name
  self[:name]
end

#vdcsObject



226
227
228
# File 'lib/fog/vcloud/mock_data_classes.rb', line 226

def vdcs
  @vdcs ||= []
end