Class: Virtuozzo::SOAP::Types::Firewallm::Is_enabledResponse

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

Overview

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

status - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status = nil) ⇒ Is_enabledResponse

Returns a new instance of Is_enabledResponse.



2058
2059
2060
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 2058

def initialize(status = nil)
  @status = status
end

Instance Attribute Details

#statusObject

Returns the value of attribute status.



2056
2057
2058
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 2056

def status
  @status
end