Class: Virtuozzo::SOAP::Types::Relocator::Vt_settingsType_::Parameter

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

Overview

inner class for member: parameter http://www.swsoft.com/webservices/vza/4.0.0/vzatypesparameter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Parameter.



1690
1691
1692
1693
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1690

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1687
1688
1689
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1687

def id
  @id
end

#valueObject

Returns the value of attribute value.



1688
1689
1690
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1688

def value
  @value
end