Class: Fog::Ecloud::MockDataClasses::MockPublicIp
- Defined in:
- lib/fog/ecloud/compute.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::Ecloud::MockDataClasses::Base
Instance Method Details
#internet_service_collection ⇒ Object
694 695 696 |
# File 'lib/fog/ecloud/compute.rb', line 694 def internet_service_collection @internet_service_collection ||= MockPublicIpInternetServices.new({}, self) end |
#name ⇒ Object
690 691 692 |
# File 'lib/fog/ecloud/compute.rb', line 690 def name self[:name] end |