Class: Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Capability

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



680
681
682
683
# File 'lib/virtuozzo/soap/types/packagem.rb', line 680

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



677
678
679
# File 'lib/virtuozzo/soap/types/packagem.rb', line 677

def id
  @id
end

#valueObject

Returns the value of attribute value.



678
679
680
# File 'lib/virtuozzo/soap/types/packagem.rb', line 678

def value
  @value
end