Class: EBay::AdFormatLeadType
- Inherits:
-
Object
- Object
- EBay::AdFormatLeadType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAdFormatLeadType
additionalInformation - SOAP::SOAPString
address - EBay::AddressType
bestTimeToCall - SOAP::SOAPString
email - SOAP::SOAPString
submittedTime - SOAP::SOAPDateTime
itemID - (any)
itemTitle - SOAP::SOAPString
userID - (any)
memberMessage - EBay::MemberMessageExchangeArrayType
status - EBay::AdFormatLeadStatusCodeType
leadFee - EBay::AmountType
externalEmail - SOAP::SOAPString
purchaseTimeFrame - SOAP::SOAPString
tradeInYear - SOAP::SOAPString
tradeInMake - SOAP::SOAPString
tradeInModel - SOAP::SOAPString
financingAnswer - SOAP::SOAPBoolean
answer1 - SOAP::SOAPBoolean
answer2 - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#additionalInformation ⇒ Object
Returns the value of attribute additionalInformation.
-
#address ⇒ Object
Returns the value of attribute address.
-
#answer1 ⇒ Object
Returns the value of attribute answer1.
-
#answer2 ⇒ Object
Returns the value of attribute answer2.
-
#bestTimeToCall ⇒ Object
Returns the value of attribute bestTimeToCall.
-
#email ⇒ Object
Returns the value of attribute email.
-
#externalEmail ⇒ Object
Returns the value of attribute externalEmail.
-
#financingAnswer ⇒ Object
Returns the value of attribute financingAnswer.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#itemTitle ⇒ Object
Returns the value of attribute itemTitle.
-
#leadFee ⇒ Object
Returns the value of attribute leadFee.
-
#memberMessage ⇒ Object
Returns the value of attribute memberMessage.
-
#purchaseTimeFrame ⇒ Object
Returns the value of attribute purchaseTimeFrame.
-
#status ⇒ Object
Returns the value of attribute status.
-
#submittedTime ⇒ Object
Returns the value of attribute submittedTime.
-
#tradeInMake ⇒ Object
Returns the value of attribute tradeInMake.
-
#tradeInModel ⇒ Object
Returns the value of attribute tradeInModel.
-
#tradeInYear ⇒ Object
Returns the value of attribute tradeInYear.
-
#userID ⇒ Object
Returns the value of attribute userID.
Instance Method Summary collapse
-
#initialize(additionalInformation = nil, address = nil, bestTimeToCall = nil, email = nil, submittedTime = nil, itemID = nil, itemTitle = nil, userID = nil, memberMessage = nil, status = nil, leadFee = nil, externalEmail = nil, purchaseTimeFrame = nil, tradeInYear = nil, tradeInMake = nil, tradeInModel = nil, financingAnswer = nil, answer1 = nil, answer2 = nil) ⇒ AdFormatLeadType
constructor
A new instance of AdFormatLeadType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(additionalInformation = nil, address = nil, bestTimeToCall = nil, email = nil, submittedTime = nil, itemID = nil, itemTitle = nil, userID = nil, memberMessage = nil, status = nil, leadFee = nil, externalEmail = nil, purchaseTimeFrame = nil, tradeInYear = nil, tradeInMake = nil, tradeInModel = nil, financingAnswer = nil, answer1 = nil, answer2 = nil) ⇒ AdFormatLeadType
Returns a new instance of AdFormatLeadType.
20250 20251 20252 20253 20254 20255 20256 20257 20258 20259 20260 20261 20262 20263 20264 20265 20266 20267 20268 20269 20270 20271 |
# File 'lib/eBay.rb', line 20250 def initialize(additionalInformation = nil, address = nil, bestTimeToCall = nil, email = nil, submittedTime = nil, itemID = nil, itemTitle = nil, userID = nil, memberMessage = nil, status = nil, leadFee = nil, externalEmail = nil, purchaseTimeFrame = nil, tradeInYear = nil, tradeInMake = nil, tradeInModel = nil, financingAnswer = nil, answer1 = nil, answer2 = nil) @additionalInformation = additionalInformation @address = address @bestTimeToCall = bestTimeToCall @email = email @submittedTime = submittedTime @itemID = itemID @itemTitle = itemTitle @userID = userID @memberMessage = memberMessage @status = status @leadFee = leadFee @externalEmail = externalEmail @purchaseTimeFrame = purchaseTimeFrame @tradeInYear = tradeInYear @tradeInMake = tradeInMake @tradeInModel = tradeInModel @financingAnswer = financingAnswer @answer1 = answer1 @answer2 = answer2 @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20244 20245 20246 |
# File 'lib/eBay.rb', line 20244 def __xmlele_any @__xmlele_any end |
#additionalInformation ⇒ Object
Returns the value of attribute additionalInformation.
20225 20226 20227 |
# File 'lib/eBay.rb', line 20225 def additionalInformation @additionalInformation end |
#address ⇒ Object
Returns the value of attribute address.
20226 20227 20228 |
# File 'lib/eBay.rb', line 20226 def address @address end |
#answer1 ⇒ Object
Returns the value of attribute answer1.
20242 20243 20244 |
# File 'lib/eBay.rb', line 20242 def answer1 @answer1 end |
#answer2 ⇒ Object
Returns the value of attribute answer2.
20243 20244 20245 |
# File 'lib/eBay.rb', line 20243 def answer2 @answer2 end |
#bestTimeToCall ⇒ Object
Returns the value of attribute bestTimeToCall.
20227 20228 20229 |
# File 'lib/eBay.rb', line 20227 def bestTimeToCall @bestTimeToCall end |
#email ⇒ Object
Returns the value of attribute email.
20228 20229 20230 |
# File 'lib/eBay.rb', line 20228 def email @email end |
#externalEmail ⇒ Object
Returns the value of attribute externalEmail.
20236 20237 20238 |
# File 'lib/eBay.rb', line 20236 def externalEmail @externalEmail end |
#financingAnswer ⇒ Object
Returns the value of attribute financingAnswer.
20241 20242 20243 |
# File 'lib/eBay.rb', line 20241 def financingAnswer @financingAnswer end |
#itemID ⇒ Object
Returns the value of attribute itemID.
20230 20231 20232 |
# File 'lib/eBay.rb', line 20230 def itemID @itemID end |
#itemTitle ⇒ Object
Returns the value of attribute itemTitle.
20231 20232 20233 |
# File 'lib/eBay.rb', line 20231 def itemTitle @itemTitle end |
#leadFee ⇒ Object
Returns the value of attribute leadFee.
20235 20236 20237 |
# File 'lib/eBay.rb', line 20235 def leadFee @leadFee end |
#memberMessage ⇒ Object
Returns the value of attribute memberMessage.
20233 20234 20235 |
# File 'lib/eBay.rb', line 20233 def memberMessage @memberMessage end |
#purchaseTimeFrame ⇒ Object
Returns the value of attribute purchaseTimeFrame.
20237 20238 20239 |
# File 'lib/eBay.rb', line 20237 def purchaseTimeFrame @purchaseTimeFrame end |
#status ⇒ Object
Returns the value of attribute status.
20234 20235 20236 |
# File 'lib/eBay.rb', line 20234 def status @status end |
#submittedTime ⇒ Object
Returns the value of attribute submittedTime.
20229 20230 20231 |
# File 'lib/eBay.rb', line 20229 def submittedTime @submittedTime end |
#tradeInMake ⇒ Object
Returns the value of attribute tradeInMake.
20239 20240 20241 |
# File 'lib/eBay.rb', line 20239 def tradeInMake @tradeInMake end |
#tradeInModel ⇒ Object
Returns the value of attribute tradeInModel.
20240 20241 20242 |
# File 'lib/eBay.rb', line 20240 def tradeInModel @tradeInModel end |
#tradeInYear ⇒ Object
Returns the value of attribute tradeInYear.
20238 20239 20240 |
# File 'lib/eBay.rb', line 20238 def tradeInYear @tradeInYear end |
#userID ⇒ Object
Returns the value of attribute userID.
20232 20233 20234 |
# File 'lib/eBay.rb', line 20232 def userID @userID end |
Instance Method Details
#set_any(elements) ⇒ Object
20246 20247 20248 |
# File 'lib/eBay.rb', line 20246 def set_any(elements) @__xmlele_any = elements end |