Class: Virtuozzo::SOAP::Types::Licensem::ParameterType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::ParameterType
- 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
-
#name ⇒ Object
Returns the value of attribute name.
-
#used ⇒ Object
Returns the value of attribute used.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(name = nil, value = nil, used = nil) ⇒ ParameterType
constructor
A new instance of ParameterType.
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
#name ⇒ Object
Returns the value of attribute name.
13 14 15 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 13 def name @name end |
#used ⇒ Object
Returns the value of attribute used.
15 16 17 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 15 def used @used end |
#value ⇒ Object
Returns the value of attribute value.
14 15 16 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 14 def value @value end |