Class: Virtuozzo::SOAP::Types::Firewallm::Env_statusType

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



87
88
89
90
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 87

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

Instance Attribute Details

#stateObject

Returns the value of attribute state.



84
85
86
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 84

def state
  @state
end

#transitionObject

Returns the value of attribute transition.



85
86
87
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 85

def transition
  @transition
end