Class: EBay::PaginationType
- Inherits:
-
Object
- Object
- EBay::PaginationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaginationType
entriesPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
Instance Method Summary collapse
-
#initialize(entriesPerPage = nil, pageNumber = nil) ⇒ PaginationType
constructor
A new instance of PaginationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(entriesPerPage = nil, pageNumber = nil) ⇒ PaginationType
Returns a new instance of PaginationType.
19945 19946 19947 19948 19949 |
# File 'lib/eBay.rb', line 19945 def initialize(entriesPerPage = nil, pageNumber = nil) @entriesPerPage = entriesPerPage @pageNumber = pageNumber @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19939 19940 19941 |
# File 'lib/eBay.rb', line 19939 def __xmlele_any @__xmlele_any end |
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
19937 19938 19939 |
# File 'lib/eBay.rb', line 19937 def entriesPerPage @entriesPerPage end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
19938 19939 19940 |
# File 'lib/eBay.rb', line 19938 def pageNumber @pageNumber end |
Instance Method Details
#set_any(elements) ⇒ Object
19941 19942 19943 |
# File 'lib/eBay.rb', line 19941 def set_any(elements) @__xmlele_any = elements end |