Class: EBay::PaginationResultType
- Inherits:
-
Object
- Object
- EBay::PaginationResultType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaginationResultType
totalNumberOfPages - SOAP::SOAPInt
totalNumberOfEntries - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#totalNumberOfEntries ⇒ Object
Returns the value of attribute totalNumberOfEntries.
-
#totalNumberOfPages ⇒ Object
Returns the value of attribute totalNumberOfPages.
Instance Method Summary collapse
-
#initialize(totalNumberOfPages = nil, totalNumberOfEntries = nil) ⇒ PaginationResultType
constructor
A new instance of PaginationResultType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(totalNumberOfPages = nil, totalNumberOfEntries = nil) ⇒ PaginationResultType
Returns a new instance of PaginationResultType.
28372 28373 28374 28375 28376 |
# File 'lib/eBay.rb', line 28372 def initialize(totalNumberOfPages = nil, totalNumberOfEntries = nil) @totalNumberOfPages = totalNumberOfPages @totalNumberOfEntries = totalNumberOfEntries @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28366 28367 28368 |
# File 'lib/eBay.rb', line 28366 def __xmlele_any @__xmlele_any end |
#totalNumberOfEntries ⇒ Object
Returns the value of attribute totalNumberOfEntries.
28365 28366 28367 |
# File 'lib/eBay.rb', line 28365 def totalNumberOfEntries @totalNumberOfEntries end |
#totalNumberOfPages ⇒ Object
Returns the value of attribute totalNumberOfPages.
28364 28365 28366 |
# File 'lib/eBay.rb', line 28364 def totalNumberOfPages @totalNumberOfPages end |
Instance Method Details
#set_any(elements) ⇒ Object
28368 28369 28370 |
# File 'lib/eBay.rb', line 28368 def set_any(elements) @__xmlele_any = elements end |