Home
Classes
Methods
Defined In
lib/instance_state.rb
Parent
Object
Methods
::new
Pages
LICENSE
NOTICE
Class and Module Index
DeltaCloud
DeltaCloud::API
DeltaCloud::API::Action
DeltaCloud::API::Base
DeltaCloud::API::Stateful
DeltaCloud::ActionObject
DeltaCloud::BaseObject
DeltaCloud::BaseObjectParamError
DeltaCloud::Documentation
DeltaCloud::Documentation::OperationParameter
DeltaCloud::HTTPError
DeltaCloud::HTTPError::BadRequest
DeltaCloud::HTTPError::ClientError
DeltaCloud::HTTPError::DeltacloudError
DeltaCloud::HTTPError::ExceptionHandler
DeltaCloud::HTTPError::ExpectationFailed
DeltaCloud::HTTPError::Forbidden
DeltaCloud::HTTPError::Gone
DeltaCloud::HTTPError::MethodNotAllowed
DeltaCloud::HTTPError::NotAcceptable
DeltaCloud::HTTPError::NotFound
DeltaCloud::HTTPError::NotImplemented
DeltaCloud::HTTPError::ProviderError
DeltaCloud::HTTPError::ProviderTimeout
DeltaCloud::HTTPError::RequestTimeout
DeltaCloud::HTTPError::ServerError
DeltaCloud::HTTPError::ServiceUnavailable
DeltaCloud::HTTPError::UknownError
DeltaCloud::HTTPError::Unauthorized
DeltaCloud::HTTPError::UnsupportedMediaType
DeltaCloud::HWP
DeltaCloud::HWP::FloatProperty
DeltaCloud::HWP::Property
DeltaCloud::InstanceState
DeltaCloud::InstanceState::State
DeltaCloud::InstanceState::Transition
DeltaCloud::NoHandlerForMethod
DeltaCloud::StatefulObject
ClientBucketMethods
String
class 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