Class: Virtuozzo::SOAP::Types::Devm::Venv_configType_::Capability

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

Overview

inner class for member: capability http://www.swsoft.com/webservices/vza/4.0.0/vzatypescapability

id - SOAP::SOAPString
value - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, value = nil) ⇒ Capability

Returns a new instance of Capability.



722
723
724
725
# File 'lib/virtuozzo/soap/types/devm.rb', line 722

def initialize(id = nil, value = nil)
  @id = id
  @value = value
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



719
720
721
# File 'lib/virtuozzo/soap/types/devm.rb', line 719

def id
  @id
end

#valueObject

Returns the value of attribute value.



720
721
722
# File 'lib/virtuozzo/soap/types/devm.rb', line 720

def value
  @value
end