Class: Virtuozzo::SOAP::Types::Devm::Vt_settingsType_::Parameter

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



1726
1727
1728
1729
# File 'lib/virtuozzo/soap/types/devm.rb', line 1726

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1723
1724
1725
# File 'lib/virtuozzo/soap/types/devm.rb', line 1723

def id
  @id
end

#valueObject

Returns the value of attribute value.



1724
1725
1726
# File 'lib/virtuozzo/soap/types/devm.rb', line 1724

def value
  @value
end