Class: Virtuozzo::SOAP::Drivers::Template::InterfaceType

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

Overview

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

name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Drivers::Template::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.



1202
1203
1204
1205
1206
1207
1208
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1202

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.



1197
1198
1199
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1197

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



1200
1201
1202
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1200

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



1199
1200
1201
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1199

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



1196
1197
1198
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1196

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



1198
1199
1200
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1198

def transfer
  @transfer
end