Class: Fog::Ecloud::MockDataClasses::MockVersion
- Inherits:
-
Base
- Object
- Hash
- Base
- Fog::Ecloud::MockDataClasses::MockVersion
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, #href, #initialize, #inspect, #last
Instance Method Details
#login_url ⇒ Object
248
249
250
|
# File 'lib/fog/compute/ecloud.rb', line 248
def login_url
href
end
|
#supported ⇒ Object
244
245
246
|
# File 'lib/fog/compute/ecloud.rb', line 244
def supported
!!self[:supported]
end
|
#version ⇒ Object
240
241
242
|
# File 'lib/fog/compute/ecloud.rb', line 240
def version
self[:version]
end
|