Class: Virtuozzo::SOAP::Types::Sessionm::DataType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::DataType
- Defined in:
- lib/virtuozzo/soap/types/sessionm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/sessionmdataType
key - SOAP::SOAPString
value - (any)
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(key = nil, value = nil) ⇒ DataType
constructor
A new instance of DataType.
Constructor Details
#initialize(key = nil, value = nil) ⇒ DataType
Returns a new instance of DataType.
44 45 46 47 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 44 def initialize(key = nil, value = nil) @key = key @value = value end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
41 42 43 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 41 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
42 43 44 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 42 def value @value end |