Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Ninefold::Mock

Public Class Methods

new(options) click to toggle source
# File lib/fog/ninefold/compute.rb, line 74
def initialize(options)
  @api_url = options[:ninefold_api_url] || Fog.credentials[:ninefold_api_url] || API_URL
  @ninefold_compute_key = options[:ninefold_compute_key] || Fog.credentials[:ninefold_compute_key]
  @ninefold_compute_secret = options[:ninefold_compute_secret] || Fog.credentials[:ninefold_compute_secret]
end

Public Instance Methods

request(options) click to toggle source
# File lib/fog/ninefold/compute.rb, line 80
def request(options)
  raise "Not implemented"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.