Class: TrueConf::Entity::Schedule

Inherits:
Object
  • Object
show all
Extended by:
Dry::Initializer, Callable
Includes:
Optional
Defined in:
lib/true-conf/entity/schedule.rb

Constant Summary collapse

SCHEDULE_TYPE =
{
  none: -1,
  weekly: 0,
  one_time: 1
}.freeze

Method Summary

Methods included from Callable

call

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class TrueConf::Optional