Class: GetWantItNowPostResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetWantItNowPostResponseType

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
wantItNowPost - WantItNowPostType

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, wantItNowPost = nil) ⇒ GetWantItNowPostResponseType

Returns a new instance of GetWantItNowPostResponseType.



13334
13335
13336
13337
13338
13339
13340
13341
13342
13343
13344
13345
13346
13347
13348
13349
13350
13351
# File 'lib/eBay.rb', line 13334

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13327
13328
13329
# File 'lib/eBay.rb', line 13327

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13314
13315
13316
# File 'lib/eBay.rb', line 13314

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13326
13327
13328
# File 'lib/eBay.rb', line 13326

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13319
13320
13321
# File 'lib/eBay.rb', line 13319

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13315
13316
13317
# File 'lib/eBay.rb', line 13315

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13321
13322
13323
# File 'lib/eBay.rb', line 13321

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13323
13324
13325
# File 'lib/eBay.rb', line 13323

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13316
13317
13318
# File 'lib/eBay.rb', line 13316

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13325
13326
13327
# File 'lib/eBay.rb', line 13325

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13317
13318
13319
# File 'lib/eBay.rb', line 13317

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13320
13321
13322
# File 'lib/eBay.rb', line 13320

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13324
13325
13326
# File 'lib/eBay.rb', line 13324

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13322
13323
13324
# File 'lib/eBay.rb', line 13322

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13313
13314
13315
# File 'lib/eBay.rb', line 13313

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13318
13319
13320
# File 'lib/eBay.rb', line 13318

def version
  @version
end

#wantItNowPostObject

Returns the value of attribute wantItNowPost.



13328
13329
13330
# File 'lib/eBay.rb', line 13328

def wantItNowPost
  @wantItNowPost
end

Instance Method Details

#set_any(elements) ⇒ Object



13330
13331
13332
# File 'lib/eBay.rb', line 13330

def set_any(elements)
  @__xmlele_any = elements
end