Class: GetStoreResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
store - StoreType

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, store = nil) ⇒ GetStoreResponseType

Returns a new instance of GetStoreResponseType.



12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
# File 'lib/eBay.rb', line 12496

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, store = 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
  @__xmlele_any = nil
  @store = store
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12489
12490
12491
# File 'lib/eBay.rb', line 12489

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12476
12477
12478
# File 'lib/eBay.rb', line 12476

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12488
12489
12490
# File 'lib/eBay.rb', line 12488

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12481
12482
12483
# File 'lib/eBay.rb', line 12481

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12477
12478
12479
# File 'lib/eBay.rb', line 12477

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12483
12484
12485
# File 'lib/eBay.rb', line 12483

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12485
12486
12487
# File 'lib/eBay.rb', line 12485

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12478
12479
12480
# File 'lib/eBay.rb', line 12478

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12487
12488
12489
# File 'lib/eBay.rb', line 12487

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12479
12480
12481
# File 'lib/eBay.rb', line 12479

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12482
12483
12484
# File 'lib/eBay.rb', line 12482

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12486
12487
12488
# File 'lib/eBay.rb', line 12486

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12484
12485
12486
# File 'lib/eBay.rb', line 12484

def recipientUserID
  @recipientUserID
end

#storeObject

Returns the value of attribute store.



12490
12491
12492
# File 'lib/eBay.rb', line 12490

def store
  @store
end

#timestampObject

Returns the value of attribute timestamp.



12475
12476
12477
# File 'lib/eBay.rb', line 12475

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12480
12481
12482
# File 'lib/eBay.rb', line 12480

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12492
12493
12494
# File 'lib/eBay.rb', line 12492

def set_any(elements)
  @__xmlele_any = elements
end