Class: Evertils::Controller::GroupParams

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

Overview

Data structure for group action options

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



10
11
12
# File 'lib/evertils/controllers/log.rb', line 10

def action
  @action
end

#notebookObject

Returns the value of attribute notebook

Returns:

  • (Object)

    the current value of notebook



10
11
12
# File 'lib/evertils/controllers/log.rb', line 10

def notebook
  @notebook
end