Class: AffiliateTrackingDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsAffiliateTrackingDetailsType

trackingID - SOAP::SOAPString
trackingPartnerCode - SOAP::SOAPString
applicationDeviceType - ApplicationDeviceTypeCodeType
affiliateUserID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(trackingID = nil, trackingPartnerCode = nil, applicationDeviceType = nil, affiliateUserID = nil) ⇒ AffiliateTrackingDetailsType

Returns a new instance of AffiliateTrackingDetailsType.



16514
16515
16516
16517
16518
16519
16520
# File 'lib/eBay.rb', line 16514

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16508
16509
16510
# File 'lib/eBay.rb', line 16508

def __xmlele_any
  @__xmlele_any
end

#affiliateUserIDObject

Returns the value of attribute affiliateUserID.



16507
16508
16509
# File 'lib/eBay.rb', line 16507

def affiliateUserID
  @affiliateUserID
end

#applicationDeviceTypeObject

Returns the value of attribute applicationDeviceType.



16506
16507
16508
# File 'lib/eBay.rb', line 16506

def applicationDeviceType
  @applicationDeviceType
end

#trackingIDObject

Returns the value of attribute trackingID.



16504
16505
16506
# File 'lib/eBay.rb', line 16504

def trackingID
  @trackingID
end

#trackingPartnerCodeObject

Returns the value of attribute trackingPartnerCode.



16505
16506
16507
# File 'lib/eBay.rb', line 16505

def trackingPartnerCode
  @trackingPartnerCode
end

Instance Method Details

#set_any(elements) ⇒ Object



16510
16511
16512
# File 'lib/eBay.rb', line 16510

def set_any(elements)
  @__xmlele_any = elements
end