Class: PaginationType
- Inherits:
-
Object
- Object
- PaginationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaginationType
Constant Summary collapse
- @@schema_type =
"PaginationType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["entriesPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EntriesPerPage")]], ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
14622 14623 14624 14625 14626 |
# File 'lib/eBay.rb', line 14622 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.
14616 14617 14618 |
# File 'lib/eBay.rb', line 14616 def __xmlele_any @__xmlele_any end |
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
14614 14615 14616 |
# File 'lib/eBay.rb', line 14614 def entriesPerPage @entriesPerPage end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
14615 14616 14617 |
# File 'lib/eBay.rb', line 14615 def pageNumber @pageNumber end |
Instance Method Details
#set_any(elements) ⇒ Object
14618 14619 14620 |
# File 'lib/eBay.rb', line 14618 def set_any(elements) @__xmlele_any = elements end |