Class: EBay::GetAccountResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAccountResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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
accountID - SOAP::SOAPString
accountSummary - EBay::AccountSummaryType
currency - EBay::CurrencyCodeType
accountEntries - EBay::AccountEntriesType
paginationResult - EBay::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, externalUserData = nil, accountID = nil, accountSummary = nil, currency = nil, accountEntries = nil, paginationResult = nil, hasMoreEntries = nil, entriesPerPage = nil, pageNumber = nil) ⇒ GetAccountResponseType

Returns a new instance of GetAccountResponseType.



10899
10900
10901
10902
10903
10904
10905
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
# File 'lib/eBay.rb', line 10899

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, externalUserData = 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
  @externalUserData = externalUserData
  @__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.



10885
10886
10887
# File 'lib/eBay.rb', line 10885

def __xmlele_any
  @__xmlele_any
end

#accountEntriesObject

Returns the value of attribute accountEntries.



10889
10890
10891
# File 'lib/eBay.rb', line 10889

def accountEntries
  @accountEntries
end

#accountIDObject

Returns the value of attribute accountID.



10886
10887
10888
# File 'lib/eBay.rb', line 10886

def accountID
  @accountID
end

#accountSummaryObject

Returns the value of attribute accountSummary.



10887
10888
10889
# File 'lib/eBay.rb', line 10887

def accountSummary
  @accountSummary
end

#ackObject

Returns the value of attribute ack.



10871
10872
10873
# File 'lib/eBay.rb', line 10871

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



10883
10884
10885
# File 'lib/eBay.rb', line 10883

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10876
10877
10878
# File 'lib/eBay.rb', line 10876

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10872
10873
10874
# File 'lib/eBay.rb', line 10872

def correlationID
  @correlationID
end

#currencyObject

Returns the value of attribute currency.



10888
10889
10890
# File 'lib/eBay.rb', line 10888

def currency
  @currency
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10878
10879
10880
# File 'lib/eBay.rb', line 10878

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10880
10881
10882
# File 'lib/eBay.rb', line 10880

def eIASToken
  @eIASToken
end

#entriesPerPageObject

Returns the value of attribute entriesPerPage.



10892
10893
10894
# File 'lib/eBay.rb', line 10892

def entriesPerPage
  @entriesPerPage
end

#errorsObject

Returns the value of attribute errors.



10873
10874
10875
# File 'lib/eBay.rb', line 10873

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



10884
10885
10886
# File 'lib/eBay.rb', line 10884

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10882
10883
10884
# File 'lib/eBay.rb', line 10882

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreEntriesObject

Returns the value of attribute hasMoreEntries.



10891
10892
10893
# File 'lib/eBay.rb', line 10891

def hasMoreEntries
  @hasMoreEntries
end

#messageObject

Returns the value of attribute message.



10874
10875
10876
# File 'lib/eBay.rb', line 10874

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10877
10878
10879
# File 'lib/eBay.rb', line 10877

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10881
10882
10883
# File 'lib/eBay.rb', line 10881

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



10893
10894
10895
# File 'lib/eBay.rb', line 10893

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



10890
10891
10892
# File 'lib/eBay.rb', line 10890

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10879
10880
10881
# File 'lib/eBay.rb', line 10879

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10870
10871
10872
# File 'lib/eBay.rb', line 10870

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10875
10876
10877
# File 'lib/eBay.rb', line 10875

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10895
10896
10897
# File 'lib/eBay.rb', line 10895

def set_any(elements)
  @__xmlele_any = elements
end