Class: StoreCustomListingHeaderLinkType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreCustomListingHeaderLinkType

linkID - SOAP::SOAPInt
order - SOAP::SOAPInt
linkType - StoreCustomListingHeaderLinkCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of StoreCustomListingHeaderLinkType.



24605
24606
24607
24608
24609
24610
# File 'lib/eBay.rb', line 24605

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.



24599
24600
24601
# File 'lib/eBay.rb', line 24599

def __xmlele_any
  @__xmlele_any
end

#linkIDObject

Returns the value of attribute linkID.



24596
24597
24598
# File 'lib/eBay.rb', line 24596

def linkID
  @linkID
end

#linkTypeObject

Returns the value of attribute linkType.



24598
24599
24600
# File 'lib/eBay.rb', line 24598

def linkType
  @linkType
end

#orderObject

Returns the value of attribute order.



24597
24598
24599
# File 'lib/eBay.rb', line 24597

def order
  @order
end

Instance Method Details

#set_any(elements) ⇒ Object



24601
24602
24603
# File 'lib/eBay.rb', line 24601

def set_any(elements)
  @__xmlele_any = elements
end