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

Inherits:
Base
  • Object
show all
Defined in:
lib/fog/compute/ecloud.rb

Instance Method Summary collapse

Methods inherited from Base

#_parent, base_url, #base_url, base_url=, #first, #initialize, #inspect, #last

Constructor Details

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

Instance Method Details

#hrefObject



704
705
706
# File 'lib/fog/compute/ecloud.rb', line 704

def href
  _parent.href + "/internetServices"
end

#itemsObject



708
709
710
# File 'lib/fog/compute/ecloud.rb', line 708

def items
  @items ||= []
end