Class: EBay::PaginatedOrderTransactionArrayType
- Inherits:
-
Object
- Object
- EBay::PaginatedOrderTransactionArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaginatedOrderTransactionArrayType
orderTransactionArray - EBay::OrderTransactionArrayType
paginationResult - EBay::PaginationResultType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#orderTransactionArray ⇒ Object
Returns the value of attribute orderTransactionArray.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
Instance Method Summary collapse
-
#initialize(orderTransactionArray = nil, paginationResult = nil) ⇒ PaginatedOrderTransactionArrayType
constructor
A new instance of PaginatedOrderTransactionArrayType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(orderTransactionArray = nil, paginationResult = nil) ⇒ PaginatedOrderTransactionArrayType
Returns a new instance of PaginatedOrderTransactionArrayType.
28340 28341 28342 28343 28344 |
# File 'lib/eBay.rb', line 28340 def initialize(orderTransactionArray = nil, paginationResult = nil) @orderTransactionArray = orderTransactionArray @paginationResult = paginationResult @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28334 28335 28336 |
# File 'lib/eBay.rb', line 28334 def __xmlele_any @__xmlele_any end |
#orderTransactionArray ⇒ Object
Returns the value of attribute orderTransactionArray.
28332 28333 28334 |
# File 'lib/eBay.rb', line 28332 def orderTransactionArray @orderTransactionArray end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
28333 28334 28335 |
# File 'lib/eBay.rb', line 28333 def paginationResult @paginationResult end |
Instance Method Details
#set_any(elements) ⇒ Object
28336 28337 28338 |
# File 'lib/eBay.rb', line 28336 def set_any(elements) @__xmlele_any = elements end |