Class: EBay::AdFormatLeadType

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

Overview

urn:ebay:apis:eBLBaseComponentsAdFormatLeadType

additionalInformation - SOAP::SOAPString
address - EBay::AddressType
bestTimeToCall - SOAP::SOAPString
email - SOAP::SOAPString
 - 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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



20244
20245
20246
# File 'lib/eBay.rb', line 20244

def __xmlele_any
  @__xmlele_any
end

#additionalInformationObject

Returns the value of attribute additionalInformation.



20225
20226
20227
# File 'lib/eBay.rb', line 20225

def additionalInformation
  @additionalInformation
end

#addressObject

Returns the value of attribute address.



20226
20227
20228
# File 'lib/eBay.rb', line 20226

def address
  @address
end

#answer1Object

Returns the value of attribute answer1.



20242
20243
20244
# File 'lib/eBay.rb', line 20242

def answer1
  @answer1
end

#answer2Object

Returns the value of attribute answer2.



20243
20244
20245
# File 'lib/eBay.rb', line 20243

def answer2
  @answer2
end

#bestTimeToCallObject

Returns the value of attribute bestTimeToCall.



20227
20228
20229
# File 'lib/eBay.rb', line 20227

def bestTimeToCall
  @bestTimeToCall
end

#emailObject

Returns the value of attribute email.



20228
20229
20230
# File 'lib/eBay.rb', line 20228

def email
  @email
end

#externalEmailObject

Returns the value of attribute externalEmail.



20236
20237
20238
# File 'lib/eBay.rb', line 20236

def externalEmail
  @externalEmail
end

#financingAnswerObject

Returns the value of attribute financingAnswer.



20241
20242
20243
# File 'lib/eBay.rb', line 20241

def financingAnswer
  @financingAnswer
end

#itemIDObject

Returns the value of attribute itemID.



20230
20231
20232
# File 'lib/eBay.rb', line 20230

def itemID
  @itemID
end

#itemTitleObject

Returns the value of attribute itemTitle.



20231
20232
20233
# File 'lib/eBay.rb', line 20231

def itemTitle
  @itemTitle
end

#leadFeeObject

Returns the value of attribute leadFee.



20235
20236
20237
# File 'lib/eBay.rb', line 20235

def leadFee
  @leadFee
end

#memberMessageObject

Returns the value of attribute memberMessage.



20233
20234
20235
# File 'lib/eBay.rb', line 20233

def memberMessage
  @memberMessage
end

#purchaseTimeFrameObject

Returns the value of attribute purchaseTimeFrame.



20237
20238
20239
# File 'lib/eBay.rb', line 20237

def purchaseTimeFrame
  @purchaseTimeFrame
end

#statusObject

Returns the value of attribute status.



20234
20235
20236
# File 'lib/eBay.rb', line 20234

def status
  @status
end

#submittedTimeObject

Returns the value of attribute submittedTime.



20229
20230
20231
# File 'lib/eBay.rb', line 20229

def 
  @submittedTime
end

#tradeInMakeObject

Returns the value of attribute tradeInMake.



20239
20240
20241
# File 'lib/eBay.rb', line 20239

def tradeInMake
  @tradeInMake
end

#tradeInModelObject

Returns the value of attribute tradeInModel.



20240
20241
20242
# File 'lib/eBay.rb', line 20240

def tradeInModel
  @tradeInModel
end

#tradeInYearObject

Returns the value of attribute tradeInYear.



20238
20239
20240
# File 'lib/eBay.rb', line 20238

def tradeInYear
  @tradeInYear
end

#userIDObject

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