Class: Virtuozzo::SOAP::Types::Up2date::ConfigurationType

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateconfigurationType

connection - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection
product - Virtuozzo::SOAP::Drivers::Up2date::Product
service - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service

Defined Under Namespace

Classes: Connection, Service

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(connection = nil, product = [], service = nil) ⇒ ConfigurationType

Returns a new instance of ConfigurationType.



131
132
133
134
135
# File 'lib/virtuozzo/soap/types/up2date.rb', line 131

def initialize(connection = nil, product = [], service = nil)
  @connection = connection
  @product = product
  @service = service
end

Instance Attribute Details

#connectionObject

Returns the value of attribute connection.



127
128
129
# File 'lib/virtuozzo/soap/types/up2date.rb', line 127

def connection
  @connection
end

#productObject

Returns the value of attribute product.



128
129
130
# File 'lib/virtuozzo/soap/types/up2date.rb', line 128

def product
  @product
end

#serviceObject

Returns the value of attribute service.



129
130
131
# File 'lib/virtuozzo/soap/types/up2date.rb', line 129

def service
  @service
end