Parent

Methods

DeltaCloud::InstanceState::State

Attributes

name[R]
transitions[R]

Public Class Methods

new(name) click to toggle source
# File lib/instance_state.rb, line 23
def initialize(name)
  @name, @transitions = name, []
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.