Class: EBay::StoreCustomListingHeaderLinkType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreCustomListingHeaderLinkType

linkID - SOAP::SOAPInt
order - SOAP::SOAPInt
linkType - EBay::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.



33668
33669
33670
33671
33672
33673
# File 'lib/eBay.rb', line 33668

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.



33662
33663
33664
# File 'lib/eBay.rb', line 33662

def __xmlele_any
  @__xmlele_any
end

#linkIDObject

Returns the value of attribute linkID.



33659
33660
33661
# File 'lib/eBay.rb', line 33659

def linkID
  @linkID
end

#linkTypeObject

Returns the value of attribute linkType.



33661
33662
33663
# File 'lib/eBay.rb', line 33661

def linkType
  @linkType
end

#orderObject

Returns the value of attribute order.



33660
33661
33662
# File 'lib/eBay.rb', line 33660

def order
  @order
end

Instance Method Details

#set_any(elements) ⇒ Object



33664
33665
33666
# File 'lib/eBay.rb', line 33664

def set_any(elements)
  @__xmlele_any = elements
end