Class: Virtuozzo::SOAP::Types::Devm::InterfaceType

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

Overview

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

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



1257
1258
1259
1260
1261
1262
1263
# File 'lib/virtuozzo/soap/types/devm.rb', line 1257

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.



1252
1253
1254
# File 'lib/virtuozzo/soap/types/devm.rb', line 1252

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



1255
1256
1257
# File 'lib/virtuozzo/soap/types/devm.rb', line 1255

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



1254
1255
1256
# File 'lib/virtuozzo/soap/types/devm.rb', line 1254

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



1251
1252
1253
# File 'lib/virtuozzo/soap/types/devm.rb', line 1251

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



1253
1254
1255
# File 'lib/virtuozzo/soap/types/devm.rb', line 1253

def transfer
  @transfer
end