Class: MoxiResponseArray
- Inherits:
-
Array
- Object
- Array
- MoxiResponseArray
- Defined in:
- lib/moxiworks_platform/moxi_response_array.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#total_pages ⇒ Object
Returns the value of attribute total_pages.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers.
3 4 5 |
# File 'lib/moxiworks_platform/moxi_response_array.rb', line 3 def headers @headers end |
#page_number ⇒ Object
Returns the value of attribute page_number.
5 6 7 |
# File 'lib/moxiworks_platform/moxi_response_array.rb', line 5 def page_number @page_number end |
#total_pages ⇒ Object
Returns the value of attribute total_pages.
7 8 9 |
# File 'lib/moxiworks_platform/moxi_response_array.rb', line 7 def total_pages @total_pages end |