Class: GetAccountResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAccountResponseType

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
accountID - SOAP::SOAPString
accountSummary - AccountSummaryType
currency - CurrencyCodeType
accountEntries - AccountEntriesType
paginationResult - PaginationResultType
hasMoreEntries - SOAP::SOAPBoolean
entriesPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt

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, accountID = nil, accountSummary = nil, currency = nil, accountEntries = nil, paginationResult = nil, hasMoreEntries = nil, entriesPerPage = nil, pageNumber = nil) ⇒ GetAccountResponseType

Returns a new instance of GetAccountResponseType.



8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
8480
8481
8482
8483
8484
8485
8486
8487
8488
# File 'lib/eBay.rb', line 8464

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, accountID = nil, accountSummary = nil, currency = nil, accountEntries = nil, paginationResult = nil, hasMoreEntries = nil, entriesPerPage = nil, pageNumber = 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
  @accountID = accountID
  @accountSummary = accountSummary
  @currency = currency
  @accountEntries = accountEntries
  @paginationResult = paginationResult
  @hasMoreEntries = hasMoreEntries
  @entriesPerPage = entriesPerPage
  @pageNumber = pageNumber
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8450
8451
8452
# File 'lib/eBay.rb', line 8450

def __xmlele_any
  @__xmlele_any
end

#accountEntriesObject

Returns the value of attribute accountEntries.



8454
8455
8456
# File 'lib/eBay.rb', line 8454

def accountEntries
  @accountEntries
end

#accountIDObject

Returns the value of attribute accountID.



8451
8452
8453
# File 'lib/eBay.rb', line 8451

def accountID
  @accountID
end

#accountSummaryObject

Returns the value of attribute accountSummary.



8452
8453
8454
# File 'lib/eBay.rb', line 8452

def accountSummary
  @accountSummary
end

#ackObject

Returns the value of attribute ack.



8437
8438
8439
# File 'lib/eBay.rb', line 8437

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



8449
8450
8451
# File 'lib/eBay.rb', line 8449

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8442
8443
8444
# File 'lib/eBay.rb', line 8442

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8438
8439
8440
# File 'lib/eBay.rb', line 8438

def correlationID
  @correlationID
end

#currencyObject

Returns the value of attribute currency.



8453
8454
8455
# File 'lib/eBay.rb', line 8453

def currency
  @currency
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8444
8445
8446
# File 'lib/eBay.rb', line 8444

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8446
8447
8448
# File 'lib/eBay.rb', line 8446

def eIASToken
  @eIASToken
end

#entriesPerPageObject

Returns the value of attribute entriesPerPage.



8457
8458
8459
# File 'lib/eBay.rb', line 8457

def entriesPerPage
  @entriesPerPage
end

#errorsObject

Returns the value of attribute errors.



8439
8440
8441
# File 'lib/eBay.rb', line 8439

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8448
8449
8450
# File 'lib/eBay.rb', line 8448

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreEntriesObject

Returns the value of attribute hasMoreEntries.



8456
8457
8458
# File 'lib/eBay.rb', line 8456

def hasMoreEntries
  @hasMoreEntries
end

#messageObject

Returns the value of attribute message.



8440
8441
8442
# File 'lib/eBay.rb', line 8440

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8443
8444
8445
# File 'lib/eBay.rb', line 8443

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8447
8448
8449
# File 'lib/eBay.rb', line 8447

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



8458
8459
8460
# File 'lib/eBay.rb', line 8458

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



8455
8456
8457
# File 'lib/eBay.rb', line 8455

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8445
8446
8447
# File 'lib/eBay.rb', line 8445

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8436
8437
8438
# File 'lib/eBay.rb', line 8436

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8441
8442
8443
# File 'lib/eBay.rb', line 8441

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8460
8461
8462
# File 'lib/eBay.rb', line 8460

def set_any(elements)
  @__xmlele_any = elements
end