Class: Virtuozzo::SOAP::Types::Up2date::InterfaceType

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

Overview

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

name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Drivers::Up2date::TransferType
ipaddress - (any)
flags - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil) ⇒ InterfaceType

Returns a new instance of InterfaceType.



1361
1362
1363
1364
1365
1366
1367
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1361

def initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil)
  @name = name
  @bandwidth = bandwidth
  @transfer = transfer
  @ipaddress = ipaddress
  @flags = flags
end

Instance Attribute Details

#bandwidthObject

Returns the value of attribute bandwidth.



1356
1357
1358
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1356

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



1359
1360
1361
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1359

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



1358
1359
1360
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1358

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



1355
1356
1357
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1355

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



1357
1358
1359
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1357

def transfer
  @transfer
end