Class: WCKBAPI::Result
- Inherits:
-
Object
- Object
- WCKBAPI::Result
- Defined in:
- lib/wckbapi/result.rb
Instance Attribute Summary collapse
-
#itemsPerPage ⇒ Object
Returns the value of attribute itemsPerPage.
-
#query ⇒ Object
Returns the value of attribute query.
-
#startIndex ⇒ Object
Returns the value of attribute startIndex.
-
#totalResults ⇒ Object
Returns the value of attribute totalResults.
Instance Method Summary collapse
-
#initialize ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize ⇒ Result
6 7 |
# File 'lib/wckbapi/result.rb', line 6 def initialize() end |
Instance Attribute Details
#itemsPerPage ⇒ Object
Returns the value of attribute itemsPerPage.
4 5 6 |
# File 'lib/wckbapi/result.rb', line 4 def itemsPerPage @itemsPerPage end |
#query ⇒ Object
Returns the value of attribute query.
4 5 6 |
# File 'lib/wckbapi/result.rb', line 4 def query @query end |
#startIndex ⇒ Object
Returns the value of attribute startIndex.
4 5 6 |
# File 'lib/wckbapi/result.rb', line 4 def startIndex @startIndex end |
#totalResults ⇒ Object
Returns the value of attribute totalResults.
4 5 6 |
# File 'lib/wckbapi/result.rb', line 4 def totalResults @totalResults end |