Class: Virtuozzo::SOAP::Types::Licensem::ParameterType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/licensemparameterType

name - SOAP::SOAPString
value - SOAP::SOAPBase64
used - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil, used = nil) ⇒ ParameterType

Returns a new instance of ParameterType.



17
18
19
20
21
# File 'lib/virtuozzo/soap/types/licensem.rb', line 17

def initialize(name = nil, value = nil, used = nil)
  @name = name
  @value = value
  @used = used
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



13
14
15
# File 'lib/virtuozzo/soap/types/licensem.rb', line 13

def name
  @name
end

#usedObject

Returns the value of attribute used.



15
16
17
# File 'lib/virtuozzo/soap/types/licensem.rb', line 15

def used
  @used
end

#valueObject

Returns the value of attribute value.



14
15
16
# File 'lib/virtuozzo/soap/types/licensem.rb', line 14

def value
  @value
end