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