Class: Fog::Ecloud::MockDataClasses::MockVersion
- Inherits:
-
Base
- Object
- Hash
- Base
- Fog::Ecloud::MockDataClasses::MockVersion
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!
Instance Method Details
#login_url ⇒ Object
216
217
218
|
# File 'lib/fog/ecloud/mock_data_classes.rb', line 216
def login_url
href
end
|
#supported ⇒ Object
212
213
214
|
# File 'lib/fog/ecloud/mock_data_classes.rb', line 212
def supported
!!self[:supported]
end
|
#version ⇒ Object
208
209
210
|
# File 'lib/fog/ecloud/mock_data_classes.rb', line 208
def version
self[:version]
end
|