Class: Virtuozzo::SOAP::Types::Envm::Vt_settingsType_::Parameter

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



1288
1289
1290
1291
# File 'lib/virtuozzo/soap/types/envm.rb', line 1288

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1285
1286
1287
# File 'lib/virtuozzo/soap/types/envm.rb', line 1285

def id
  @id
end

#valueObject

Returns the value of attribute value.



1286
1287
1288
# File 'lib/virtuozzo/soap/types/envm.rb', line 1286

def value
  @value
end