Class: Fog::Ecloud::MockDataClasses::MockCatalog
- Defined in:
- lib/fog/ecloud/mock_data_classes.rb
Instance Method Summary collapse
Methods inherited from Base
#_parent, base_url, #base_url, base_url=, #first, #href, #initialize, #inspect, #last
Methods inherited from Hash
Constructor Details
This class inherits a constructor from Fog::Ecloud::MockDataClasses::Base
Instance Method Details
#items ⇒ Object
294 295 296 |
# File 'lib/fog/ecloud/mock_data_classes.rb', line 294 def items @items ||= [] end |
#name ⇒ Object
290 291 292 |
# File 'lib/fog/ecloud/mock_data_classes.rb', line 290 def name self[:name] || "Catalog" end |