Class: Fog::Ecloud::MockDataClasses::MockVersion

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, #href, #initialize, #inspect, #last

Methods inherited from Hash

#symbolize_keys!

Constructor Details

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

Instance Method Details

#login_urlObject



216
217
218
# File 'lib/fog/ecloud/mock_data_classes.rb', line 216

def 
  href
end

#supportedObject



212
213
214
# File 'lib/fog/ecloud/mock_data_classes.rb', line 212

def supported
  !!self[:supported]
end

#versionObject



208
209
210
# File 'lib/fog/ecloud/mock_data_classes.rb', line 208

def version
  self[:version]
end