Class: EBay::GetAccountRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAccountRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1674
1675
1676
# File 'lib/eBay.rb', line 1674

def __xmlele_any
  @__xmlele_any
end

#accountEntrySortTypeObject

Returns the value of attribute accountEntrySortType.



1683
1684
1685
# File 'lib/eBay.rb', line 1683

def accountEntrySortType
  @accountEntrySortType
end

#accountHistorySelectionObject

Returns the value of attribute accountHistorySelection.



1675
1676
1677
# File 'lib/eBay.rb', line 1675

def accountHistorySelection
  @accountHistorySelection
end

#beginDateObject

Returns the value of attribute beginDate.



1677
1678
1679
# File 'lib/eBay.rb', line 1677

def beginDate
  @beginDate
end

#botBlockObject

Returns the value of attribute botBlock.



1673
1674
1675
# File 'lib/eBay.rb', line 1673

def botBlock
  @botBlock
end

#currencyObject

Returns the value of attribute currency.



1684
1685
1686
# File 'lib/eBay.rb', line 1684

def currency
  @currency
end

#detailLevelObject

Returns the value of attribute detailLevel.



1664
1665
1666
# File 'lib/eBay.rb', line 1664

def detailLevel
  @detailLevel
end

#endDateObject

Returns the value of attribute endDate.



1678
1679
1680
# File 'lib/eBay.rb', line 1678

def endDate
  @endDate
end

#endUserIPObject

Returns the value of attribute endUserIP.



1668
1669
1670
# File 'lib/eBay.rb', line 1668

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1669
1670
1671
# File 'lib/eBay.rb', line 1669

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1665
1666
1667
# File 'lib/eBay.rb', line 1665

def errorLanguage
  @errorLanguage
end

#excludeBalanceObject

Returns the value of attribute excludeBalance.



1680
1681
1682
# File 'lib/eBay.rb', line 1680

def excludeBalance
  @excludeBalance
end

#excludeSummaryObject

Returns the value of attribute excludeSummary.



1681
1682
1683
# File 'lib/eBay.rb', line 1681

def excludeSummary
  @excludeSummary
end

#includeConversionRateObject

Returns the value of attribute includeConversionRate.



1682
1683
1684
# File 'lib/eBay.rb', line 1682

def includeConversionRate
  @includeConversionRate
end

#invocationIDObject

Returns the value of attribute invocationID.



1670
1671
1672
# File 'lib/eBay.rb', line 1670

def invocationID
  @invocationID
end

#invoiceDateObject

Returns the value of attribute invoiceDate.



1676
1677
1678
# File 'lib/eBay.rb', line 1676

def invoiceDate
  @invoiceDate
end

#itemIDObject

Returns the value of attribute itemID.



1685
1686
1687
# File 'lib/eBay.rb', line 1685

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1666
1667
1668
# File 'lib/eBay.rb', line 1666

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1671
1672
1673
# File 'lib/eBay.rb', line 1671

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



1679
1680
1681
# File 'lib/eBay.rb', line 1679

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



1667
1668
1669
# File 'lib/eBay.rb', line 1667

def version
  @version
end

#warningLevelObject

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