Class: Virtuozzo::SOAP::Types::ResLog::Env_statusType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Env_statusType
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenv_statusType
state - SOAP::SOAPInt
transition - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#state ⇒ Object
Returns the value of attribute state.
-
#transition ⇒ Object
Returns the value of attribute transition.
Instance Method Summary collapse
-
#initialize(state = nil, transition = nil) ⇒ Env_statusType
constructor
A new instance of Env_statusType.
Constructor Details
#initialize(state = nil, transition = nil) ⇒ Env_statusType
Returns a new instance of Env_statusType.
82 83 84 85 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 82 def initialize(state = nil, transition = nil) @state = state @transition = transition end |
Instance Attribute Details
#state ⇒ Object
Returns the value of attribute state.
79 80 81 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 79 def state @state end |
#transition ⇒ Object
Returns the value of attribute transition.
80 81 82 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 80 def transition @transition end |