Class: Fog::Ecloud::MockDataClasses::MockPublicIp
- 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
#internet_service_collection ⇒ Object
667 668 669 |
# File 'lib/fog/ecloud/mock_data_classes.rb', line 667 def internet_service_collection @internet_service_collection ||= MockPublicIpInternetServices.new({}, self) end |
#name ⇒ Object
663 664 665 |
# File 'lib/fog/ecloud/mock_data_classes.rb', line 663 def name self[:name] end |