Class: MoxiResponseArray

Inherits:
Array
  • Object
show all
Defined in:
lib/moxiworks_platform/moxi_response_array.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers.



3
4
5
# File 'lib/moxiworks_platform/moxi_response_array.rb', line 3

def headers
  @headers
end

#page_numberObject

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_pagesObject

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