class Fog::ArubaCloud::Errors::InvalidStateException

Attributes

current_state[R]
desired_state[R]

Public Class Methods

new(desired_state, current_state) click to toggle source
# File lib/fog/arubacloud/error.rb, line 70
def initialize(desired_state, current_state)
  @desired_state = desired_state
  @current_state = current_state
end