Class: EBay::ExtendedContactDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsExtendedContactDetailsType

contactHoursDetails - EBay::ContactHoursDetailsType
classifiedAdContactByEmailEnabled - SOAP::SOAPBoolean
payPerLeadPhoneNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(contactHoursDetails = nil, classifiedAdContactByEmailEnabled = nil, payPerLeadPhoneNumber = nil) ⇒ ExtendedContactDetailsType

Returns a new instance of ExtendedContactDetailsType.



23920
23921
23922
23923
23924
23925
# File 'lib/eBay.rb', line 23920

def initialize(contactHoursDetails = nil, classifiedAdContactByEmailEnabled = nil, payPerLeadPhoneNumber = nil)
  @contactHoursDetails = contactHoursDetails
  @classifiedAdContactByEmailEnabled = classifiedAdContactByEmailEnabled
  @payPerLeadPhoneNumber = payPerLeadPhoneNumber
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23914
23915
23916
# File 'lib/eBay.rb', line 23914

def __xmlele_any
  @__xmlele_any
end

#classifiedAdContactByEmailEnabledObject

Returns the value of attribute classifiedAdContactByEmailEnabled.



23912
23913
23914
# File 'lib/eBay.rb', line 23912

def classifiedAdContactByEmailEnabled
  @classifiedAdContactByEmailEnabled
end

#contactHoursDetailsObject

Returns the value of attribute contactHoursDetails.



23911
23912
23913
# File 'lib/eBay.rb', line 23911

def contactHoursDetails
  @contactHoursDetails
end

#payPerLeadPhoneNumberObject

Returns the value of attribute payPerLeadPhoneNumber.



23913
23914
23915
# File 'lib/eBay.rb', line 23913

def payPerLeadPhoneNumber
  @payPerLeadPhoneNumber
end

Instance Method Details

#set_any(elements) ⇒ Object



23916
23917
23918
# File 'lib/eBay.rb', line 23916

def set_any(elements)
  @__xmlele_any = elements
end