Class: Virtuozzo::SOAP::Types::Mailer::InterfaceType

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

Overview

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

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



550
551
552
553
554
555
556
# File 'lib/virtuozzo/soap/types/mailer.rb', line 550

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.



545
546
547
# File 'lib/virtuozzo/soap/types/mailer.rb', line 545

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



548
549
550
# File 'lib/virtuozzo/soap/types/mailer.rb', line 548

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



547
548
549
# File 'lib/virtuozzo/soap/types/mailer.rb', line 547

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



544
545
546
# File 'lib/virtuozzo/soap/types/mailer.rb', line 544

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



546
547
548
# File 'lib/virtuozzo/soap/types/mailer.rb', line 546

def transfer
  @transfer
end