Class: Virtuozzo::SOAP::Types::Servicem::InterfaceType

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

Overview

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

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



608
609
610
611
612
613
614
# File 'lib/virtuozzo/soap/types/servicem.rb', line 608

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.



603
604
605
# File 'lib/virtuozzo/soap/types/servicem.rb', line 603

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



606
607
608
# File 'lib/virtuozzo/soap/types/servicem.rb', line 606

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



605
606
607
# File 'lib/virtuozzo/soap/types/servicem.rb', line 605

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



602
603
604
# File 'lib/virtuozzo/soap/types/servicem.rb', line 602

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



604
605
606
# File 'lib/virtuozzo/soap/types/servicem.rb', line 604

def transfer
  @transfer
end