Class: ExtendedContactDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsExtendedContactDetailsType

contactHoursDetails - 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.



19265
19266
19267
19268
19269
19270
# File 'lib/eBay.rb', line 19265

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.



19259
19260
19261
# File 'lib/eBay.rb', line 19259

def __xmlele_any
  @__xmlele_any
end

#classifiedAdContactByEmailEnabledObject

Returns the value of attribute classifiedAdContactByEmailEnabled.



19257
19258
19259
# File 'lib/eBay.rb', line 19257

def classifiedAdContactByEmailEnabled
  @classifiedAdContactByEmailEnabled
end

#contactHoursDetailsObject

Returns the value of attribute contactHoursDetails.



19256
19257
19258
# File 'lib/eBay.rb', line 19256

def contactHoursDetails
  @contactHoursDetails
end

#payPerLeadPhoneNumberObject

Returns the value of attribute payPerLeadPhoneNumber.



19258
19259
19260
# File 'lib/eBay.rb', line 19258

def payPerLeadPhoneNumber
  @payPerLeadPhoneNumber
end

Instance Method Details

#set_any(elements) ⇒ Object



19261
19262
19263
# File 'lib/eBay.rb', line 19261

def set_any(elements)
  @__xmlele_any = elements
end