Class: RtmPortsIfaceStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managerrtmPortsIfaceStruct

Constant Summary collapse

@@schema_type =
"rtmPortsIfaceStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["iface", ["SOAP::SOAPString", XSD::QName.new(nil, "iface")]], ["ports", ["MyArrayOfRtmPortsIfaceDetailStructType", XSD::QName.new(nil, "ports")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(iface = nil, ports = nil) ⇒ RtmPortsIfaceStruct

Returns a new instance of RtmPortsIfaceStruct.



2968
2969
2970
2971
# File 'lib/ovhrb/manager/manager.rb', line 2968

def initialize(iface = nil, ports = nil)
  @iface = iface
  @ports = ports
end

Instance Attribute Details

#ifaceObject

Returns the value of attribute iface.



2965
2966
2967
# File 'lib/ovhrb/manager/manager.rb', line 2965

def iface
  @iface
end

#portsObject

Returns the value of attribute ports.



2966
2967
2968
# File 'lib/ovhrb/manager/manager.rb', line 2966

def ports
  @ports
end