Class: EBay::ExtendedContactDetailsType
- Inherits:
-
Object
- Object
- EBay::ExtendedContactDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsExtendedContactDetailsType
contactHoursDetails - EBay::ContactHoursDetailsType
classifiedAdContactByEmailEnabled - SOAP::SOAPBoolean
payPerLeadPhoneNumber - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#classifiedAdContactByEmailEnabled ⇒ Object
Returns the value of attribute classifiedAdContactByEmailEnabled.
-
#contactHoursDetails ⇒ Object
Returns the value of attribute contactHoursDetails.
-
#payPerLeadPhoneNumber ⇒ Object
Returns the value of attribute payPerLeadPhoneNumber.
Instance Method Summary collapse
-
#initialize(contactHoursDetails = nil, classifiedAdContactByEmailEnabled = nil, payPerLeadPhoneNumber = nil) ⇒ ExtendedContactDetailsType
constructor
A new instance of ExtendedContactDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23914 23915 23916 |
# File 'lib/eBay.rb', line 23914 def __xmlele_any @__xmlele_any end |
#classifiedAdContactByEmailEnabled ⇒ Object
Returns the value of attribute classifiedAdContactByEmailEnabled.
23912 23913 23914 |
# File 'lib/eBay.rb', line 23912 def classifiedAdContactByEmailEnabled @classifiedAdContactByEmailEnabled end |
#contactHoursDetails ⇒ Object
Returns the value of attribute contactHoursDetails.
23911 23912 23913 |
# File 'lib/eBay.rb', line 23911 def contactHoursDetails @contactHoursDetails end |
#payPerLeadPhoneNumber ⇒ Object
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 |