Class: AdFormatLeadType

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

Overview

urn:ebay:apis:eBLBaseComponentsAdFormatLeadType

additionalInformation - SOAP::SOAPString
address - AddressType
bestTimeToCall - SOAP::SOAPString
email - SOAP::SOAPString
firstName - SOAP::SOAPString
lastName - SOAP::SOAPString
phone - SOAP::SOAPString
 - SOAP::SOAPDateTime
itemID - (any)
itemTitle - SOAP::SOAPString
userID - (any)
memberMessage - MemberMessageExchangeArrayType
status - AdFormatLeadStatusCodeType
phone2 - SOAP::SOAPString
leadFee - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(additionalInformation = nil, address = nil, bestTimeToCall = nil, email = nil, firstName = nil, lastName = nil, phone = nil, submittedTime = nil, itemID = nil, itemTitle = nil, userID = nil, memberMessage = nil, status = nil, phone2 = nil, leadFee = nil) ⇒ AdFormatLeadType

Returns a new instance of AdFormatLeadType.



16330
16331
16332
16333
16334
16335
16336
16337
16338
16339
16340
16341
16342
16343
16344
16345
16346
16347
# File 'lib/eBay.rb', line 16330

def initialize(additionalInformation = nil, address = nil, bestTimeToCall = nil, email = nil, firstName = nil, lastName = nil, phone = nil,  = nil, itemID = nil, itemTitle = nil, userID = nil, memberMessage = nil, status = nil, phone2 = nil, leadFee = nil)
  @additionalInformation = additionalInformation
  @address = address
  @bestTimeToCall = bestTimeToCall
  @email = email
  @firstName = firstName
  @lastName = lastName
  @phone = phone
  @submittedTime = 
  @itemID = itemID
  @itemTitle = itemTitle
  @userID = userID
  @memberMessage = memberMessage
  @status = status
  @phone2 = phone2
  @leadFee = leadFee
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16324
16325
16326
# File 'lib/eBay.rb', line 16324

def __xmlele_any
  @__xmlele_any
end

#additionalInformationObject

Returns the value of attribute additionalInformation.



16309
16310
16311
# File 'lib/eBay.rb', line 16309

def additionalInformation
  @additionalInformation
end

#addressObject

Returns the value of attribute address.



16310
16311
16312
# File 'lib/eBay.rb', line 16310

def address
  @address
end

#bestTimeToCallObject

Returns the value of attribute bestTimeToCall.



16311
16312
16313
# File 'lib/eBay.rb', line 16311

def bestTimeToCall
  @bestTimeToCall
end

#emailObject

Returns the value of attribute email.



16312
16313
16314
# File 'lib/eBay.rb', line 16312

def email
  @email
end

#firstNameObject

Returns the value of attribute firstName.



16313
16314
16315
# File 'lib/eBay.rb', line 16313

def firstName
  @firstName
end

#itemIDObject

Returns the value of attribute itemID.



16317
16318
16319
# File 'lib/eBay.rb', line 16317

def itemID
  @itemID
end

#itemTitleObject

Returns the value of attribute itemTitle.



16318
16319
16320
# File 'lib/eBay.rb', line 16318

def itemTitle
  @itemTitle
end

#lastNameObject

Returns the value of attribute lastName.



16314
16315
16316
# File 'lib/eBay.rb', line 16314

def lastName
  @lastName
end

#leadFeeObject

Returns the value of attribute leadFee.



16323
16324
16325
# File 'lib/eBay.rb', line 16323

def leadFee
  @leadFee
end

#memberMessageObject

Returns the value of attribute memberMessage.



16320
16321
16322
# File 'lib/eBay.rb', line 16320

def memberMessage
  @memberMessage
end

#phoneObject

Returns the value of attribute phone.



16315
16316
16317
# File 'lib/eBay.rb', line 16315

def phone
  @phone
end

#phone2Object

Returns the value of attribute phone2.



16322
16323
16324
# File 'lib/eBay.rb', line 16322

def phone2
  @phone2
end

#statusObject

Returns the value of attribute status.



16321
16322
16323
# File 'lib/eBay.rb', line 16321

def status
  @status
end

#submittedTimeObject

Returns the value of attribute submittedTime.



16316
16317
16318
# File 'lib/eBay.rb', line 16316

def 
  @submittedTime
end

#userIDObject

Returns the value of attribute userID.



16319
16320
16321
# File 'lib/eBay.rb', line 16319

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



16326
16327
16328
# File 'lib/eBay.rb', line 16326

def set_any(elements)
  @__xmlele_any = elements
end