Class: EBay::GetAccountResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetAccountResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetAccountResponseType
- 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
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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#accountEntries ⇒ Object
Returns the value of attribute accountEntries.
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#accountSummary ⇒ Object
Returns the value of attribute accountSummary.
-
#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.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#hasMoreEntries ⇒ Object
Returns the value of attribute hasMoreEntries.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#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, accountID = nil, accountSummary = nil, currency = nil, accountEntries = nil, paginationResult = nil, hasMoreEntries = nil, entriesPerPage = nil, pageNumber = nil) ⇒ GetAccountResponseType
constructor
A new instance of GetAccountResponseType.
- #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, 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( = 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, accountID = nil, accountSummary = nil, currency = nil, accountEntries = nil, paginationResult = nil, hasMoreEntries = nil, entriesPerPage = nil, pageNumber = 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 @accountID = accountID @accountSummary = accountSummary @currency = currency @accountEntries = accountEntries @paginationResult = paginationResult @hasMoreEntries = hasMoreEntries @entriesPerPage = entriesPerPage @pageNumber = pageNumber end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10885 10886 10887 |
# File 'lib/eBay.rb', line 10885 def __xmlele_any @__xmlele_any end |
#accountEntries ⇒ Object
Returns the value of attribute accountEntries.
10889 10890 10891 |
# File 'lib/eBay.rb', line 10889 def accountEntries @accountEntries end |
#accountID ⇒ Object
Returns the value of attribute accountID.
10886 10887 10888 |
# File 'lib/eBay.rb', line 10886 def accountID @accountID end |
#accountSummary ⇒ Object
Returns the value of attribute accountSummary.
10887 10888 10889 |
# File 'lib/eBay.rb', line 10887 def accountSummary @accountSummary end |
#ack ⇒ Object
Returns the value of attribute ack.
10871 10872 10873 |
# File 'lib/eBay.rb', line 10871 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
10883 10884 10885 |
# File 'lib/eBay.rb', line 10883 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
10876 10877 10878 |
# File 'lib/eBay.rb', line 10876 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
10872 10873 10874 |
# File 'lib/eBay.rb', line 10872 def correlationID @correlationID end |
#currency ⇒ Object
Returns the value of attribute currency.
10888 10889 10890 |
# File 'lib/eBay.rb', line 10888 def currency @currency end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
10878 10879 10880 |
# File 'lib/eBay.rb', line 10878 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
10880 10881 10882 |
# File 'lib/eBay.rb', line 10880 def eIASToken @eIASToken end |
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
10892 10893 10894 |
# File 'lib/eBay.rb', line 10892 def entriesPerPage @entriesPerPage end |
#errors ⇒ Object
Returns the value of attribute errors.
10873 10874 10875 |
# File 'lib/eBay.rb', line 10873 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
10884 10885 10886 |
# File 'lib/eBay.rb', line 10884 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
10882 10883 10884 |
# File 'lib/eBay.rb', line 10882 def hardExpirationWarning @hardExpirationWarning end |
#hasMoreEntries ⇒ Object
Returns the value of attribute hasMoreEntries.
10891 10892 10893 |
# File 'lib/eBay.rb', line 10891 def hasMoreEntries @hasMoreEntries end |
#message ⇒ Object
Returns the value of attribute message.
10874 10875 10876 |
# File 'lib/eBay.rb', line 10874 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
10877 10878 10879 |
# File 'lib/eBay.rb', line 10877 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
10881 10882 10883 |
# File 'lib/eBay.rb', line 10881 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
10893 10894 10895 |
# File 'lib/eBay.rb', line 10893 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
10890 10891 10892 |
# File 'lib/eBay.rb', line 10890 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
10879 10880 10881 |
# File 'lib/eBay.rb', line 10879 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
10870 10871 10872 |
# File 'lib/eBay.rb', line 10870 def @timestamp end |
#version ⇒ Object
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 |