Class: AdFormatLeadType

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

Overview

urn:ebay:apis:eBLBaseComponentsAdFormatLeadType

Constant Summary collapse

@@schema_type =
"AdFormatLeadType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["additionalInformation", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AdditionalInformation")]],
["address", ["AddressType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Address")]],
["bestTimeToCall", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BestTimeToCall")]],
["email", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Email")]],
["firstName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FirstName")]],
["lastName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LastName")]],
["phone", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Phone")]],
["submittedTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubmittedTime")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

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) ⇒ AdFormatLeadType

Returns a new instance of AdFormatLeadType.



11914
11915
11916
11917
11918
11919
11920
11921
11922
11923
11924
# File 'lib/eBay.rb', line 11914

def initialize(additionalInformation = nil, address = nil, bestTimeToCall = nil, email = nil, firstName = nil, lastName = nil, phone = nil,  = nil)
  @additionalInformation = additionalInformation
  @address = address
  @bestTimeToCall = bestTimeToCall
  @email = email
  @firstName = firstName
  @lastName = lastName
  @phone = phone
  @submittedTime = 
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11908
11909
11910
# File 'lib/eBay.rb', line 11908

def __xmlele_any
  @__xmlele_any
end

#additionalInformationObject

Returns the value of attribute additionalInformation.



11900
11901
11902
# File 'lib/eBay.rb', line 11900

def additionalInformation
  @additionalInformation
end

#addressObject

Returns the value of attribute address.



11901
11902
11903
# File 'lib/eBay.rb', line 11901

def address
  @address
end

#bestTimeToCallObject

Returns the value of attribute bestTimeToCall.



11902
11903
11904
# File 'lib/eBay.rb', line 11902

def bestTimeToCall
  @bestTimeToCall
end

#emailObject

Returns the value of attribute email.



11903
11904
11905
# File 'lib/eBay.rb', line 11903

def email
  @email
end

#firstNameObject

Returns the value of attribute firstName.



11904
11905
11906
# File 'lib/eBay.rb', line 11904

def firstName
  @firstName
end

#lastNameObject

Returns the value of attribute lastName.



11905
11906
11907
# File 'lib/eBay.rb', line 11905

def lastName
  @lastName
end

#phoneObject

Returns the value of attribute phone.



11906
11907
11908
# File 'lib/eBay.rb', line 11906

def phone
  @phone
end

#submittedTimeObject

Returns the value of attribute submittedTime.



11907
11908
11909
# File 'lib/eBay.rb', line 11907

def 
  @submittedTime
end

Instance Method Details

#set_any(elements) ⇒ Object



11910
11911
11912
# File 'lib/eBay.rb', line 11910

def set_any(elements)
  @__xmlele_any = elements
end