Class: GetMyeBayRemindersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayRemindersResponseType

Constant Summary collapse

@@schema_type =
"GetMyeBayRemindersResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["buyingReminders", ["RemindersType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyingReminders")]],
["sellingReminders", ["RemindersType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellingReminders")]]]

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, notificationSignature = nil, hardExpirationWarning = nil, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersResponseType

Returns a new instance of GetMyeBayRemindersResponseType.



4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
# File 'lib/eBay.rb', line 4878

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, buyingReminders = nil, sellingReminders = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @buyingReminders = buyingReminders
  @sellingReminders = sellingReminders
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4870
4871
4872
# File 'lib/eBay.rb', line 4870

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



4859
4860
4861
# File 'lib/eBay.rb', line 4859

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



4864
4865
4866
# File 'lib/eBay.rb', line 4864

def build
  @build
end

#buyingRemindersObject

Returns the value of attribute buyingReminders.



4871
4872
4873
# File 'lib/eBay.rb', line 4871

def buyingReminders
  @buyingReminders
end

#correlationIDObject

Returns the value of attribute correlationID.



4860
4861
4862
# File 'lib/eBay.rb', line 4860

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



4866
4867
4868
# File 'lib/eBay.rb', line 4866

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



4861
4862
4863
# File 'lib/eBay.rb', line 4861

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



4869
4870
4871
# File 'lib/eBay.rb', line 4869

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



4862
4863
4864
# File 'lib/eBay.rb', line 4862

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



4865
4866
4867
# File 'lib/eBay.rb', line 4865

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



4868
4869
4870
# File 'lib/eBay.rb', line 4868

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



4867
4868
4869
# File 'lib/eBay.rb', line 4867

def recipientUserID
  @recipientUserID
end

#sellingRemindersObject

Returns the value of attribute sellingReminders.



4872
4873
4874
# File 'lib/eBay.rb', line 4872

def sellingReminders
  @sellingReminders
end

#timestampObject

Returns the value of attribute timestamp.



4858
4859
4860
# File 'lib/eBay.rb', line 4858

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



4863
4864
4865
# File 'lib/eBay.rb', line 4863

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4874
4875
4876
# File 'lib/eBay.rb', line 4874

def set_any(elements)
  @__xmlele_any = elements
end