Parent

Methods

DeltaCloud::InstanceState::Transition

Attributes

action[R]
to[R]

Public Class Methods

new(to, action) click to toggle source
# File lib/instance_state.rb, line 32
def initialize(to, action)
  @to = to
  @action = action
end

Public Instance Methods

auto?() click to toggle source
# File lib/instance_state.rb, line 37
def auto?
  @action.nil?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.