Class: Grok::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/grok/watcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/grok/watcher.rb', line 5

def file
  @file
end

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



5
6
7
# File 'lib/grok/watcher.rb', line 5

def interval
  @interval
end

#replayObject

Returns the value of attribute replay

Returns:

  • (Object)

    the current value of replay



5
6
7
# File 'lib/grok/watcher.rb', line 5

def replay
  @replay
end