Class: GetCategory2FinanceOfferResponseType
- Inherits:
-
Object
- Object
- GetCategory2FinanceOfferResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCategory2FinanceOfferResponseType
Constant Summary collapse
- @@schema_type =
"GetCategory2FinanceOfferResponseType"
- @@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")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["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")]], ["count", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Count")]], ["categoryFinanceOfferArray", ["CategoryFinanceOfferArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryFinanceOfferArray")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#categoryFinanceOfferArray ⇒ Object
Returns the value of attribute categoryFinanceOfferArray.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#count ⇒ Object
Returns the value of attribute count.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#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, count = nil, categoryFinanceOfferArray = nil) ⇒ GetCategory2FinanceOfferResponseType
constructor
A new instance of GetCategory2FinanceOfferResponseType.
- #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, count = nil, categoryFinanceOfferArray = nil) ⇒ GetCategory2FinanceOfferResponseType
Returns a new instance of GetCategory2FinanceOfferResponseType.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'lib/eBay.rb', line 3180 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, count = nil, categoryFinanceOfferArray = 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 @__xmlele_any = nil @count = count @categoryFinanceOfferArray = categoryFinanceOfferArray end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3172 3173 3174 |
# File 'lib/eBay.rb', line 3172 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
3160 3161 3162 |
# File 'lib/eBay.rb', line 3160 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
3165 3166 3167 |
# File 'lib/eBay.rb', line 3165 def build @build end |
#categoryFinanceOfferArray ⇒ Object
Returns the value of attribute categoryFinanceOfferArray.
3174 3175 3176 |
# File 'lib/eBay.rb', line 3174 def categoryFinanceOfferArray @categoryFinanceOfferArray end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
3161 3162 3163 |
# File 'lib/eBay.rb', line 3161 def correlationID @correlationID end |
#count ⇒ Object
Returns the value of attribute count.
3173 3174 3175 |
# File 'lib/eBay.rb', line 3173 def count @count end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
3167 3168 3169 |
# File 'lib/eBay.rb', line 3167 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
3169 3170 3171 |
# File 'lib/eBay.rb', line 3169 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
3162 3163 3164 |
# File 'lib/eBay.rb', line 3162 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
3171 3172 3173 |
# File 'lib/eBay.rb', line 3171 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
3163 3164 3165 |
# File 'lib/eBay.rb', line 3163 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
3166 3167 3168 |
# File 'lib/eBay.rb', line 3166 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
3170 3171 3172 |
# File 'lib/eBay.rb', line 3170 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
3168 3169 3170 |
# File 'lib/eBay.rb', line 3168 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
3159 3160 3161 |
# File 'lib/eBay.rb', line 3159 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
3164 3165 3166 |
# File 'lib/eBay.rb', line 3164 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
3176 3177 3178 |
# File 'lib/eBay.rb', line 3176 def set_any(elements) @__xmlele_any = elements end |