Class: PlaceOfferResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsPlaceOfferResponseType

Constant Summary collapse

@@schema_type =
"PlaceOfferResponseType"
@@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")]],
  ["sellingStatus", ["SellingStatusType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellingStatus")]]
]

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, sellingStatus = nil) ⇒ PlaceOfferResponseType

Returns a new instance of PlaceOfferResponseType.



9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
# File 'lib/eBay.rb', line 9871

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, sellingStatus = 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
  @sellingStatus = sellingStatus
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9864
9865
9866
# File 'lib/eBay.rb', line 9864

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9853
9854
9855
# File 'lib/eBay.rb', line 9853

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



9858
9859
9860
# File 'lib/eBay.rb', line 9858

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9854
9855
9856
# File 'lib/eBay.rb', line 9854

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9860
9861
9862
# File 'lib/eBay.rb', line 9860

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



9855
9856
9857
# File 'lib/eBay.rb', line 9855

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9863
9864
9865
# File 'lib/eBay.rb', line 9863

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9856
9857
9858
# File 'lib/eBay.rb', line 9856

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9859
9860
9861
# File 'lib/eBay.rb', line 9859

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9862
9863
9864
# File 'lib/eBay.rb', line 9862

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9861
9862
9863
# File 'lib/eBay.rb', line 9861

def recipientUserID
  @recipientUserID
end

#sellingStatusObject

Returns the value of attribute sellingStatus.



9865
9866
9867
# File 'lib/eBay.rb', line 9865

def sellingStatus
  @sellingStatus
end

#timestampObject

Returns the value of attribute timestamp.



9852
9853
9854
# File 'lib/eBay.rb', line 9852

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9857
9858
9859
# File 'lib/eBay.rb', line 9857

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9867
9868
9869
# File 'lib/eBay.rb', line 9867

def set_any(elements)
  @__xmlele_any = elements
end