Class: EBay::GetStoreResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetStoreResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetStoreResponseType
- 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
store - EBay::StoreType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#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.
-
#store ⇒ Object
Returns the value of attribute store.
-
#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, store = nil) ⇒ GetStoreResponseType
constructor
A new instance of GetStoreResponseType.
- #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, store = nil) ⇒ GetStoreResponseType
Returns a new instance of GetStoreResponseType.
15151 15152 15153 15154 15155 15156 15157 15158 15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 15169 |
# File 'lib/eBay.rb', line 15151 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, store = 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 @store = store end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15144 15145 15146 |
# File 'lib/eBay.rb', line 15144 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
15130 15131 15132 |
# File 'lib/eBay.rb', line 15130 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
15142 15143 15144 |
# File 'lib/eBay.rb', line 15142 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
15135 15136 15137 |
# File 'lib/eBay.rb', line 15135 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
15131 15132 15133 |
# File 'lib/eBay.rb', line 15131 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
15137 15138 15139 |
# File 'lib/eBay.rb', line 15137 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
15139 15140 15141 |
# File 'lib/eBay.rb', line 15139 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
15132 15133 15134 |
# File 'lib/eBay.rb', line 15132 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
15143 15144 15145 |
# File 'lib/eBay.rb', line 15143 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
15141 15142 15143 |
# File 'lib/eBay.rb', line 15141 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
15133 15134 15135 |
# File 'lib/eBay.rb', line 15133 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
15136 15137 15138 |
# File 'lib/eBay.rb', line 15136 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
15140 15141 15142 |
# File 'lib/eBay.rb', line 15140 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
15138 15139 15140 |
# File 'lib/eBay.rb', line 15138 def recipientUserID @recipientUserID end |
#store ⇒ Object
Returns the value of attribute store.
15145 15146 15147 |
# File 'lib/eBay.rb', line 15145 def store @store end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
15129 15130 15131 |
# File 'lib/eBay.rb', line 15129 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
15134 15135 15136 |
# File 'lib/eBay.rb', line 15134 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
15147 15148 15149 |
# File 'lib/eBay.rb', line 15147 def set_any(elements) @__xmlele_any = elements end |