Class: Virtuozzo::SOAP::Types::ProcInfo::Env_statusType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/proc_info.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesenv_statusType

state - SOAP::SOAPInt
transition - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(state = nil, transition = nil) ⇒ Env_statusType

Returns a new instance of Env_statusType.



32
33
34
35
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 32

def initialize(state = nil, transition = nil)
  @state = state
  @transition = transition
end

Instance Attribute Details

#stateObject

Returns the value of attribute state.



29
30
31
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 29

def state
  @state
end

#transitionObject

Returns the value of attribute transition.



30
31
32
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 30

def transition
  @transition
end