Class: EBay::GetAdFormatLeadsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetAdFormatLeadsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetAdFormatLeadsResponseType
- 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
adFormatLead - EBay::AdFormatLeadType
adFormatLeadCount - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#adFormatLead ⇒ Object
Returns the value of attribute adFormatLead.
-
#adFormatLeadCount ⇒ Object
Returns the value of attribute adFormatLeadCount.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#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, adFormatLead = [], adFormatLeadCount = nil) ⇒ GetAdFormatLeadsResponseType
constructor
A new instance of GetAdFormatLeadsResponseType.
- #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, adFormatLead = [], adFormatLeadCount = nil) ⇒ GetAdFormatLeadsResponseType
Returns a new instance of GetAdFormatLeadsResponseType.
10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 10980 10981 10982 10983 10984 10985 10986 10987 10988 |
# File 'lib/eBay.rb', line 10969 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, adFormatLead = [], adFormatLeadCount = nil) @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 @adFormatLead = adFormatLead @adFormatLeadCount = adFormatLeadCount end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10961 10962 10963 |
# File 'lib/eBay.rb', line 10961 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
10947 10948 10949 |
# File 'lib/eBay.rb', line 10947 def ack @ack end |
#adFormatLead ⇒ Object
Returns the value of attribute adFormatLead.
10962 10963 10964 |
# File 'lib/eBay.rb', line 10962 def adFormatLead @adFormatLead end |
#adFormatLeadCount ⇒ Object
Returns the value of attribute adFormatLeadCount.
10963 10964 10965 |
# File 'lib/eBay.rb', line 10963 def adFormatLeadCount @adFormatLeadCount end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
10959 10960 10961 |
# File 'lib/eBay.rb', line 10959 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
10952 10953 10954 |
# File 'lib/eBay.rb', line 10952 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
10948 10949 10950 |
# File 'lib/eBay.rb', line 10948 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
10954 10955 10956 |
# File 'lib/eBay.rb', line 10954 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
10956 10957 10958 |
# File 'lib/eBay.rb', line 10956 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
10949 10950 10951 |
# File 'lib/eBay.rb', line 10949 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
10960 10961 10962 |
# File 'lib/eBay.rb', line 10960 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
10958 10959 10960 |
# File 'lib/eBay.rb', line 10958 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
10950 10951 10952 |
# File 'lib/eBay.rb', line 10950 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
10953 10954 10955 |
# File 'lib/eBay.rb', line 10953 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
10957 10958 10959 |
# File 'lib/eBay.rb', line 10957 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
10955 10956 10957 |
# File 'lib/eBay.rb', line 10955 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
10946 10947 10948 |
# File 'lib/eBay.rb', line 10946 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
10951 10952 10953 |
# File 'lib/eBay.rb', line 10951 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
10965 10966 10967 |
# File 'lib/eBay.rb', line 10965 def set_any(elements) @__xmlele_any = elements end |