class Fog::Rackspace::Networking::InvalidStateException
Attributes
current_state[R]
desired_state[R]
Public Class Methods
new(desired_state, current_state)
click to toggle source
# File lib/fog/rackspace/networking.rb, line 16 def initialize(desired_state, current_state) @desired_state = desired_state @current_state = current_state end