Class: Virtuozzo::SOAP::Types::Up2date::Product

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

Overview

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

id - SOAP::SOAPString
name - SOAP::SOAPBase64
install - Virtuozzo::SOAP::Drivers::Up2date::Product::Install
source - Virtuozzo::SOAP::Drivers::Up2date::Product::Source
destination - SOAP::SOAPBase64

Defined Under Namespace

Classes: Install, Source

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil, install = nil, source = nil, destination = nil) ⇒ Product

Returns a new instance of Product.



2513
2514
2515
2516
2517
2518
2519
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2513

def initialize(id = nil, name = nil, install = nil, source = nil, destination = nil)
  @id = id
  @name = name
  @install = install
  @source = source
  @destination = destination
end

Instance Attribute Details

#destinationObject

Returns the value of attribute destination.



2511
2512
2513
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2511

def destination
  @destination
end

#idObject

Returns the value of attribute id.



2507
2508
2509
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2507

def id
  @id
end

#installObject

Returns the value of attribute install.



2509
2510
2511
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2509

def install
  @install
end

#nameObject

Returns the value of attribute name.



2508
2509
2510
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2508

def name
  @name
end

#sourceObject

Returns the value of attribute source.



2510
2511
2512
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2510

def source
  @source
end