Class: Fog::Ecloud::MockDataClasses::MockPublicIpInternetServices
- 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
Constructor Details
This class inherits a constructor from Fog::Ecloud::MockDataClasses::Base
Instance Method Details
#href ⇒ Object
673 674 675 |
# File 'lib/fog/ecloud/mock_data_classes.rb', line 673 def href _parent.href + "/internetServices" end |
#items ⇒ Object
677 678 679 |
# File 'lib/fog/ecloud/mock_data_classes.rb', line 677 def items @items ||= [] end |