Class: Hockey::ClashesPagingArray

Inherits:
OrderedPagingArray show all
Defined in:
lib/hockeyhelper/paging_array.rb

Instance Attribute Summary collapse

Attributes inherited from OrderedPagingArray

#order_type

Attributes inherited from PagingArray

#current_page, #per_page, #total_entries, #total_pages

Method Summary

Methods inherited from PagingArray

#initialize, paginate, #update_page, #update_page_with

Constructor Details

This class inherits a constructor from Hockey::PagingArray

Instance Attribute Details

#sort_typeObject (readonly)

Returns the value of attribute sort_type.



49
50
51
# File 'lib/hockeyhelper/paging_array.rb', line 49

def sort_type
  @sort_type
end

#symbolicatedObject (readonly)

Returns the value of attribute symbolicated.



48
49
50
# File 'lib/hockeyhelper/paging_array.rb', line 48

def symbolicated
  @symbolicated
end