Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Ecloud::ServerConfigurationOptions

Public Instance Methods

all() click to toggle source
# File lib/fog/ecloud/models/compute/server_configuration_options.rb, line 12
def all
  data = service.get_server_configuration_options(href).body
  load(data)
end
get(uri) click to toggle source
# File lib/fog/ecloud/models/compute/server_configuration_options.rb, line 17
def get(uri)
  if data = service.get_server_configuration_option(uri)
    new(data.body)
  end
rescue Fog::Errors::NotFound
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.