Sha256: ee9820c8c81fc053c32e38bcbe9516e21257d35562dbc7a33525ebc311c5b6e5

Contents?: true

Size: 174 Bytes

Versions: 6

Compression:

Stored size: 174 Bytes

Contents

class TableScreenRefreshable < TableScreen
  attr_accessor :on_refresh_called

  refreshable

  def on_refresh
    self.on_refresh_called = true
    end_refreshing
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ProMotion-0.6.5 spec/helpers/table_screen_refreshable.rb
ProMotion-0.6.4 spec/helpers/table_screen_refreshable.rb
ProMotion-0.6.3 spec/helpers/table_screen_refreshable.rb
ProMotion-0.6.2 spec/helpers/table_screen_refreshable.rb
ProMotion-0.6.1 spec/helpers/table_screen_refreshable.rb
ProMotion-0.6.0 spec/helpers/table_screen_refreshable.rb