Module: ScheduleAttributes::ActiveRecord::ClassMethods
- Defined in:
- lib/schedule_attributes/active_record.rb
Instance Attribute Summary collapse
-
#default_schedule ⇒ Object
Returns the value of attribute default_schedule.
-
#schedule_field ⇒ Object
Returns the value of attribute schedule_field.
Instance Attribute Details
#default_schedule ⇒ Object
Returns the value of attribute default_schedule.
10 11 12 |
# File 'lib/schedule_attributes/active_record.rb', line 10 def default_schedule @default_schedule end |
#schedule_field ⇒ Object
Returns the value of attribute schedule_field.
9 10 11 |
# File 'lib/schedule_attributes/active_record.rb', line 9 def schedule_field @schedule_field end |