Module: ScheduleAttributes::ActiveRecord::ClassMethods

Defined in:
lib/schedule_attributes/active_record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_scheduleObject

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_fieldObject

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