Class: EBay::GetCharitiesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetCharitiesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCharitiesResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
charity - EBay::CharityInfoType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#charity ⇒ Object
Returns the value of attribute charity.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, charity = []) ⇒ GetCharitiesResponseType
constructor
A new instance of GetCharitiesResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, charity = []) ⇒ GetCharitiesResponseType
Returns a new instance of GetCharitiesResponseType.
11844 11845 11846 11847 11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 11862 |
# File 'lib/eBay.rb', line 11844 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, charity = []) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @charity = charity end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11837 11838 11839 |
# File 'lib/eBay.rb', line 11837 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11823 11824 11825 |
# File 'lib/eBay.rb', line 11823 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11835 11836 11837 |
# File 'lib/eBay.rb', line 11835 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11828 11829 11830 |
# File 'lib/eBay.rb', line 11828 def build @build end |
#charity ⇒ Object
Returns the value of attribute charity.
11838 11839 11840 |
# File 'lib/eBay.rb', line 11838 def charity @charity end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11824 11825 11826 |
# File 'lib/eBay.rb', line 11824 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11830 11831 11832 |
# File 'lib/eBay.rb', line 11830 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11832 11833 11834 |
# File 'lib/eBay.rb', line 11832 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11825 11826 11827 |
# File 'lib/eBay.rb', line 11825 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11836 11837 11838 |
# File 'lib/eBay.rb', line 11836 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11834 11835 11836 |
# File 'lib/eBay.rb', line 11834 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
11826 11827 11828 |
# File 'lib/eBay.rb', line 11826 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11829 11830 11831 |
# File 'lib/eBay.rb', line 11829 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11833 11834 11835 |
# File 'lib/eBay.rb', line 11833 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11831 11832 11833 |
# File 'lib/eBay.rb', line 11831 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11822 11823 11824 |
# File 'lib/eBay.rb', line 11822 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
11827 11828 11829 |
# File 'lib/eBay.rb', line 11827 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
11840 11841 11842 |
# File 'lib/eBay.rb', line 11840 def set_any(elements) @__xmlele_any = elements end |