class RubyPager::Reading_Order

Public Class Methods

new(ex_data) click to toggle source
# File lib/ruby_pager/reading_order.rb, line 3
def initialize(ex_data)
  @data=ex_data
  #ap @data
end

Public Instance Methods

get_consolidated_data() click to toggle source
# File lib/ruby_pager/reading_order.rb, line 8
def get_consolidated_data
  consolidate_data()
  return @data
end

Private Instance Methods

consolidate_data() click to toggle source
# File lib/ruby_pager/reading_order.rb, line 14
def consolidate_data

end