Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::RackspaceV2::InvalidStateException

Attributes

current_state[R]
desired_state[R]

Public Class Methods

new(desired_state, current_state) click to toggle source
# File lib/fog/rackspace/compute_v2.rb, line 17
def initialize(desired_state, current_state)
  @desired_state = desired_state
  @current_state = current_state
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.