Class: Virtuozzo::SOAP::Types::Support::Net_classType

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

Overview

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

id - SOAP::SOAPString
transfer - Virtuozzo::SOAP::Drivers::Support::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.



1103
1104
1105
1106
# File 'lib/virtuozzo/soap/types/support.rb', line 1103

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1100
1101
1102
# File 'lib/virtuozzo/soap/types/support.rb', line 1100

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



1101
1102
1103
# File 'lib/virtuozzo/soap/types/support.rb', line 1101

def transfer
  @transfer
end