Class: Evertils::Controller::GrepParams
- Inherits:
-
Struct
- Object
- Struct
- Evertils::Controller::GrepParams
- Defined in:
- lib/evertils/controllers/log.rb
Overview
Data structure for grep action options
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#notebook ⇒ Object
Returns the value of attribute notebook.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
8 9 10 |
# File 'lib/evertils/controllers/log.rb', line 8 def action @action end |
#notebook ⇒ Object
Returns the value of attribute notebook
8 9 10 |
# File 'lib/evertils/controllers/log.rb', line 8 def notebook @notebook end |
#term ⇒ Object
Returns the value of attribute term
8 9 10 |
# File 'lib/evertils/controllers/log.rb', line 8 def term @term end |