Class: EBay::StoreCustomListingHeaderLinkType
- Inherits:
-
Object
- Object
- EBay::StoreCustomListingHeaderLinkType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreCustomListingHeaderLinkType
linkID - SOAP::SOAPInt
order - SOAP::SOAPInt
linkType - EBay::StoreCustomListingHeaderLinkCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#linkID ⇒ Object
Returns the value of attribute linkID.
-
#linkType ⇒ Object
Returns the value of attribute linkType.
-
#order ⇒ Object
Returns the value of attribute order.
Instance Method Summary collapse
-
#initialize(linkID = nil, order = nil, linkType = nil) ⇒ StoreCustomListingHeaderLinkType
constructor
A new instance of StoreCustomListingHeaderLinkType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33662 33663 33664 |
# File 'lib/eBay.rb', line 33662 def __xmlele_any @__xmlele_any end |
#linkID ⇒ Object
Returns the value of attribute linkID.
33659 33660 33661 |
# File 'lib/eBay.rb', line 33659 def linkID @linkID end |
#linkType ⇒ Object
Returns the value of attribute linkType.
33661 33662 33663 |
# File 'lib/eBay.rb', line 33661 def linkType @linkType end |
#order ⇒ Object
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 |