Class: Evertils::Controller::GrepParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/evertils/controllers/log.rb

Overview

Data structure for grep action options

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



8
9
10
# File 'lib/evertils/controllers/log.rb', line 8

def action
  @action
end

#notebookObject

Returns the value of attribute notebook

Returns:

  • (Object)

    the current value of notebook



8
9
10
# File 'lib/evertils/controllers/log.rb', line 8

def notebook
  @notebook
end

#termObject

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



8
9
10
# File 'lib/evertils/controllers/log.rb', line 8

def term
  @term
end