Class: Virtuozzo::SOAP::Types::Sessionm::InterfaceType

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

Overview

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

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



579
580
581
582
583
584
585
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 579

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.



574
575
576
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 574

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



577
578
579
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 577

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



576
577
578
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 576

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



573
574
575
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 573

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



575
576
577
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 575

def transfer
  @transfer
end