Class: Virtuozzo::SOAP::Types::Up2date::Net_classType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesnet_classType

id - SOAP::SOAPString
transfer - Virtuozzo::SOAP::Drivers::Up2date::TransferType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, transfer = nil) ⇒ Net_classType

Returns a new instance of Net_classType.



1283
1284
1285
1286
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1283

def initialize(id = nil, transfer = nil)
  @id = id
  @transfer = transfer
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



1280
1281
1282
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1280

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



1281
1282
1283
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1281

def transfer
  @transfer
end