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.



20410
20411
20412
20413
20414
20415
# File 'lib/eBay.rb', line 20410

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.



20404
20405
20406
# File 'lib/eBay.rb', line 20404

def __xmlele_any
  @__xmlele_any
end

#linkIDObject

Returns the value of attribute linkID.



20401
20402
20403
# File 'lib/eBay.rb', line 20401

def linkID
  @linkID
end

#linkTypeObject

Returns the value of attribute linkType.



20403
20404
20405
# File 'lib/eBay.rb', line 20403

def linkType
  @linkType
end

#orderObject

Returns the value of attribute order.



20402
20403
20404
# File 'lib/eBay.rb', line 20402

def order
  @order
end

Instance Method Details

#set_any(elements) ⇒ Object



20406
20407
20408
# File 'lib/eBay.rb', line 20406

def set_any(elements)
  @__xmlele_any = elements
end