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.



23052
23053
23054
23055
23056
23057
# File 'lib/eBay.rb', line 23052

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.



23046
23047
23048
# File 'lib/eBay.rb', line 23046

def __xmlele_any
  @__xmlele_any
end

#linkIDObject

Returns the value of attribute linkID.



23043
23044
23045
# File 'lib/eBay.rb', line 23043

def linkID
  @linkID
end

#linkTypeObject

Returns the value of attribute linkType.



23045
23046
23047
# File 'lib/eBay.rb', line 23045

def linkType
  @linkType
end

#orderObject

Returns the value of attribute order.



23044
23045
23046
# File 'lib/eBay.rb', line 23044

def order
  @order
end

Instance Method Details

#set_any(elements) ⇒ Object



23048
23049
23050
# File 'lib/eBay.rb', line 23048

def set_any(elements)
  @__xmlele_any = elements
end