Sha256: 4819c890d08320a07cf76a7a87331b410b6297ab6bbca229be9fd131be5343dd

Contents?: true

Size: 197 Bytes

Versions: 6

Compression:

Stored size: 197 Bytes

Contents

module ScheduleAttributes::RuleParser
  class Day < Base

    private

    # @return [IceCube::Rule]
    #
    def parse_options
      @rule = rule_factory.daily(input.interval)
    end

  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
dgp-schedule_attributes-0.5.3 lib/schedule_attributes/rule_parser/day.rb
dgp-schedule_attributes-0.5.2 lib/schedule_attributes/rule_parser/day.rb
dgp-schedule_attributes-0.5.1 lib/schedule_attributes/rule_parser/day.rb
dgp-schedule_attributes-0.5.0 lib/schedule_attributes/rule_parser/day.rb
dgp-schedule_attributes-0.4.0 lib/schedule_attributes/rule_parser/day.rb
schedule_attributes-0.3.0 lib/schedule_attributes/rule_parser/day.rb