Class: EBay::GetAccountRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetAccountRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetAccountRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
accountHistorySelection - EBay::AccountHistorySelectionCodeType
invoiceDate - SOAP::SOAPDateTime
beginDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
pagination - EBay::PaginationType
excludeBalance - SOAP::SOAPBoolean
excludeSummary - SOAP::SOAPBoolean
includeConversionRate - SOAP::SOAPBoolean
accountEntrySortType - EBay::AccountEntrySortTypeCodeType
currency - EBay::CurrencyCodeType
itemID - (any)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#accountEntrySortType ⇒ Object
Returns the value of attribute accountEntrySortType.
-
#accountHistorySelection ⇒ Object
Returns the value of attribute accountHistorySelection.
-
#beginDate ⇒ Object
Returns the value of attribute beginDate.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#excludeBalance ⇒ Object
Returns the value of attribute excludeBalance.
-
#excludeSummary ⇒ Object
Returns the value of attribute excludeSummary.
-
#includeConversionRate ⇒ Object
Returns the value of attribute includeConversionRate.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#invoiceDate ⇒ Object
Returns the value of attribute invoiceDate.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, includeConversionRate = nil, accountEntrySortType = nil, currency = nil, itemID = nil) ⇒ GetAccountRequestType
constructor
A new instance of GetAccountRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, includeConversionRate = nil, accountEntrySortType = nil, currency = nil, itemID = nil) ⇒ GetAccountRequestType
Returns a new instance of GetAccountRequestType.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/eBay.rb', line 1691 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, includeConversionRate = nil, accountEntrySortType = nil, currency = nil, itemID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @accountHistorySelection = accountHistorySelection @invoiceDate = invoiceDate @beginDate = beginDate @endDate = endDate @pagination = pagination @excludeBalance = excludeBalance @excludeSummary = excludeSummary @includeConversionRate = includeConversionRate @accountEntrySortType = accountEntrySortType @currency = currency @itemID = itemID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1674 1675 1676 |
# File 'lib/eBay.rb', line 1674 def __xmlele_any @__xmlele_any end |
#accountEntrySortType ⇒ Object
Returns the value of attribute accountEntrySortType.
1683 1684 1685 |
# File 'lib/eBay.rb', line 1683 def accountEntrySortType @accountEntrySortType end |
#accountHistorySelection ⇒ Object
Returns the value of attribute accountHistorySelection.
1675 1676 1677 |
# File 'lib/eBay.rb', line 1675 def accountHistorySelection @accountHistorySelection end |
#beginDate ⇒ Object
Returns the value of attribute beginDate.
1677 1678 1679 |
# File 'lib/eBay.rb', line 1677 def beginDate @beginDate end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
1673 1674 1675 |
# File 'lib/eBay.rb', line 1673 def botBlock @botBlock end |
#currency ⇒ Object
Returns the value of attribute currency.
1684 1685 1686 |
# File 'lib/eBay.rb', line 1684 def currency @currency end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1664 1665 1666 |
# File 'lib/eBay.rb', line 1664 def detailLevel @detailLevel end |
#endDate ⇒ Object
Returns the value of attribute endDate.
1678 1679 1680 |
# File 'lib/eBay.rb', line 1678 def endDate @endDate end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
1668 1669 1670 |
# File 'lib/eBay.rb', line 1668 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1669 1670 1671 |
# File 'lib/eBay.rb', line 1669 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1665 1666 1667 |
# File 'lib/eBay.rb', line 1665 def errorLanguage @errorLanguage end |
#excludeBalance ⇒ Object
Returns the value of attribute excludeBalance.
1680 1681 1682 |
# File 'lib/eBay.rb', line 1680 def excludeBalance @excludeBalance end |
#excludeSummary ⇒ Object
Returns the value of attribute excludeSummary.
1681 1682 1683 |
# File 'lib/eBay.rb', line 1681 def excludeSummary @excludeSummary end |
#includeConversionRate ⇒ Object
Returns the value of attribute includeConversionRate.
1682 1683 1684 |
# File 'lib/eBay.rb', line 1682 def includeConversionRate @includeConversionRate end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1670 1671 1672 |
# File 'lib/eBay.rb', line 1670 def invocationID @invocationID end |
#invoiceDate ⇒ Object
Returns the value of attribute invoiceDate.
1676 1677 1678 |
# File 'lib/eBay.rb', line 1676 def invoiceDate @invoiceDate end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1685 1686 1687 |
# File 'lib/eBay.rb', line 1685 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1666 1667 1668 |
# File 'lib/eBay.rb', line 1666 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
1671 1672 1673 |
# File 'lib/eBay.rb', line 1671 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
1679 1680 1681 |
# File 'lib/eBay.rb', line 1679 def pagination @pagination end |
#version ⇒ Object
Returns the value of attribute version.
1667 1668 1669 |
# File 'lib/eBay.rb', line 1667 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1672 1673 1674 |
# File 'lib/eBay.rb', line 1672 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1687 1688 1689 |
# File 'lib/eBay.rb', line 1687 def set_any(elements) @__xmlele_any = elements end |