Class: Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Capability

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



686
687
688
689
# File 'lib/virtuozzo/soap/types/relocator.rb', line 686

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



683
684
685
# File 'lib/virtuozzo/soap/types/relocator.rb', line 683

def id
  @id
end

#valueObject

Returns the value of attribute value.



684
685
686
# File 'lib/virtuozzo/soap/types/relocator.rb', line 684

def value
  @value
end