Class: Schedulable::Config

Inherits:
Struct
  • Object
show all
Defined in:
app/models/concerns/schedulable.rb

Overview

Exposes SIMPLE_FORM_OPTIONS under the config.simple_form shape that
ScheduleInput (carried over from the gem) expects.

Instance Attribute Summary collapse

Instance Attribute Details

#simple_formObject

Returns the value of attribute simple_form

Returns:

  • (Object)

    the current value of simple_form



28
29
30
# File 'app/models/concerns/schedulable.rb', line 28

def simple_form
  @simple_form
end