Class: EBay::AffiliateTrackingDetailsType
- Inherits:
-
Object
- Object
- EBay::AffiliateTrackingDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAffiliateTrackingDetailsType
trackingID - SOAP::SOAPString
trackingPartnerCode - SOAP::SOAPString
applicationDeviceType - EBay::ApplicationDeviceTypeCodeType
affiliateUserID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#affiliateUserID ⇒ Object
Returns the value of attribute affiliateUserID.
-
#applicationDeviceType ⇒ Object
Returns the value of attribute applicationDeviceType.
-
#trackingID ⇒ Object
Returns the value of attribute trackingID.
-
#trackingPartnerCode ⇒ Object
Returns the value of attribute trackingPartnerCode.
Instance Method Summary collapse
-
#initialize(trackingID = nil, trackingPartnerCode = nil, applicationDeviceType = nil, affiliateUserID = nil) ⇒ AffiliateTrackingDetailsType
constructor
A new instance of AffiliateTrackingDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(trackingID = nil, trackingPartnerCode = nil, applicationDeviceType = nil, affiliateUserID = nil) ⇒ AffiliateTrackingDetailsType
Returns a new instance of AffiliateTrackingDetailsType.
20557 20558 20559 20560 20561 20562 20563 |
# File 'lib/eBay.rb', line 20557 def initialize(trackingID = nil, trackingPartnerCode = nil, applicationDeviceType = nil, affiliateUserID = nil) @trackingID = trackingID @trackingPartnerCode = trackingPartnerCode @applicationDeviceType = applicationDeviceType @affiliateUserID = affiliateUserID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20551 20552 20553 |
# File 'lib/eBay.rb', line 20551 def __xmlele_any @__xmlele_any end |
#affiliateUserID ⇒ Object
Returns the value of attribute affiliateUserID.
20550 20551 20552 |
# File 'lib/eBay.rb', line 20550 def affiliateUserID @affiliateUserID end |
#applicationDeviceType ⇒ Object
Returns the value of attribute applicationDeviceType.
20549 20550 20551 |
# File 'lib/eBay.rb', line 20549 def applicationDeviceType @applicationDeviceType end |
#trackingID ⇒ Object
Returns the value of attribute trackingID.
20547 20548 20549 |
# File 'lib/eBay.rb', line 20547 def trackingID @trackingID end |
#trackingPartnerCode ⇒ Object
Returns the value of attribute trackingPartnerCode.
20548 20549 20550 |
# File 'lib/eBay.rb', line 20548 def trackingPartnerCode @trackingPartnerCode end |
Instance Method Details
#set_any(elements) ⇒ Object
20553 20554 20555 |
# File 'lib/eBay.rb', line 20553 def set_any(elements) @__xmlele_any = elements end |