class 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 16
def initialize(desired_state, current_state)
  @desired_state = desired_state
  @current_state = current_state
end