Class: Fog::Ecloud::MockDataClasses::MockPublicIpInternetServices

Inherits:
Base
  • Object
show all
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, #initialize, #inspect, #last

Methods inherited from Hash

#symbolize_keys!

Constructor Details

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

Instance Method Details

#hrefObject



673
674
675
# File 'lib/fog/ecloud/mock_data_classes.rb', line 673

def href
  _parent.href + "/internetServices"
end

#itemsObject



677
678
679
# File 'lib/fog/ecloud/mock_data_classes.rb', line 677

def items
  @items ||= []
end