Class: EBay::GetAdFormatLeadsResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetAdFormatLeadsResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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

Instance Method Summary collapse

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(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)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10961
10962
10963
# File 'lib/eBay.rb', line 10961

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10947
10948
10949
# File 'lib/eBay.rb', line 10947

def ack
  @ack
end

#adFormatLeadObject

Returns the value of attribute adFormatLead.



10962
10963
10964
# File 'lib/eBay.rb', line 10962

def adFormatLead
  @adFormatLead
end

#adFormatLeadCountObject

Returns the value of attribute adFormatLeadCount.



10963
10964
10965
# File 'lib/eBay.rb', line 10963

def adFormatLeadCount
  @adFormatLeadCount
end

#botBlockObject

Returns the value of attribute botBlock.



10959
10960
10961
# File 'lib/eBay.rb', line 10959

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10952
10953
10954
# File 'lib/eBay.rb', line 10952

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10948
10949
10950
# File 'lib/eBay.rb', line 10948

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10954
10955
10956
# File 'lib/eBay.rb', line 10954

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10956
10957
10958
# File 'lib/eBay.rb', line 10956

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10949
10950
10951
# File 'lib/eBay.rb', line 10949

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



10960
10961
10962
# File 'lib/eBay.rb', line 10960

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10958
10959
10960
# File 'lib/eBay.rb', line 10958

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10950
10951
10952
# File 'lib/eBay.rb', line 10950

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10953
10954
10955
# File 'lib/eBay.rb', line 10953

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10957
10958
10959
# File 'lib/eBay.rb', line 10957

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10955
10956
10957
# File 'lib/eBay.rb', line 10955

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10946
10947
10948
# File 'lib/eBay.rb', line 10946

def timestamp
  @timestamp
end

#versionObject

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