Class: StoreCustomListingHeaderLinkType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreCustomListingHeaderLinkType

Constant Summary collapse

@@schema_type =
"StoreCustomListingHeaderLinkType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["linkID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LinkID")]],
["order", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Order")]],
["linkType", ["StoreCustomListingHeaderLinkCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LinkType")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(linkID = nil, order = nil, linkType = nil) ⇒ StoreCustomListingHeaderLinkType

Returns a new instance of StoreCustomListingHeaderLinkType.



17992
17993
17994
17995
17996
17997
# File 'lib/eBay.rb', line 17992

def initialize(linkID = nil, order = nil, linkType = nil)
  @linkID = linkID
  @order = order
  @linkType = linkType
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17986
17987
17988
# File 'lib/eBay.rb', line 17986

def __xmlele_any
  @__xmlele_any
end

#linkIDObject

Returns the value of attribute linkID.



17983
17984
17985
# File 'lib/eBay.rb', line 17983

def linkID
  @linkID
end

#linkTypeObject

Returns the value of attribute linkType.



17985
17986
17987
# File 'lib/eBay.rb', line 17985

def linkType
  @linkType
end

#orderObject

Returns the value of attribute order.



17984
17985
17986
# File 'lib/eBay.rb', line 17984

def order
  @order
end

Instance Method Details

#set_any(elements) ⇒ Object



17988
17989
17990
# File 'lib/eBay.rb', line 17988

def set_any(elements)
  @__xmlele_any = elements
end