Class: Virtuozzo::SOAP::Types::Authm::InterfaceType

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

Overview

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

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



562
563
564
565
566
567
568
# File 'lib/virtuozzo/soap/types/authm.rb', line 562

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.



557
558
559
# File 'lib/virtuozzo/soap/types/authm.rb', line 557

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



560
561
562
# File 'lib/virtuozzo/soap/types/authm.rb', line 560

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



559
560
561
# File 'lib/virtuozzo/soap/types/authm.rb', line 559

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



556
557
558
# File 'lib/virtuozzo/soap/types/authm.rb', line 556

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



558
559
560
# File 'lib/virtuozzo/soap/types/authm.rb', line 558

def transfer
  @transfer
end