Class: Virtuozzo::SOAP::Types::Processm::Env_statusType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/processm.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.



468
469
470
471
# File 'lib/virtuozzo/soap/types/processm.rb', line 468

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

Instance Attribute Details

#stateObject

Returns the value of attribute state.



465
466
467
# File 'lib/virtuozzo/soap/types/processm.rb', line 465

def state
  @state
end

#transitionObject

Returns the value of attribute transition.



466
467
468
# File 'lib/virtuozzo/soap/types/processm.rb', line 466

def transition
  @transition
end