Class: RtmLspciStruct

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

Overview

Constant Summary collapse

@@schema_type =
"rtmLspciStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["address", ["SOAP::SOAPString", XSD::QName.new(nil, "address")]], ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(address = nil, description = nil) ⇒ RtmLspciStruct

Returns a new instance of RtmLspciStruct.



2940
2941
2942
2943
# File 'lib/ovhrb/manager/manager.rb', line 2940

def initialize(address = nil, description = nil)
  @address = address
  @description = description
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



2937
2938
2939
# File 'lib/ovhrb/manager/manager.rb', line 2937

def address
  @address
end

#descriptionObject

Returns the value of attribute description.



2938
2939
2940
# File 'lib/ovhrb/manager/manager.rb', line 2938

def description
  @description
end