Method: Browser::Delay#after

Defined in:
lib/reactive_record/interval.rb

#afterFloat (readonly)

Returns the seconds after which the block is called.

Returns:

  • (Float)

    the seconds after which the block is called



122
123
124
# File 'lib/reactive_record/interval.rb', line 122

def after
  @after
end