Class: Virtuozzo::SOAP::Types::Up2date::Env_statusType

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



858
859
860
861
# File 'lib/virtuozzo/soap/types/up2date.rb', line 858

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

Instance Attribute Details

#stateObject

Returns the value of attribute state.



855
856
857
# File 'lib/virtuozzo/soap/types/up2date.rb', line 855

def state
  @state
end

#transitionObject

Returns the value of attribute transition.



856
857
858
# File 'lib/virtuozzo/soap/types/up2date.rb', line 856

def transition
  @transition
end