Class: Virtuozzo::SOAP::Drivers::Session::Put::C_Data

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

Overview

inner class for member: data http://www.swsoft.com/webservices/vzl/4.0.0/sessionmdata

key - SOAP::SOAPString
value - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, value = nil) ⇒ C_Data

Returns a new instance of C_Data.



2103
2104
2105
2106
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2103

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2100
2101
2102
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2100

def key
  @key
end

#valueObject

Returns the value of attribute value.



2101
2102
2103
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 2101

def value
  @value
end