Sha256: 56bba777cb165eeca96790f067357df9e5adc115f35dcdcd34c7f4941a3a0f57
Contents?: true
Size: 447 Bytes
Versions: 12
Compression:
Stored size: 447 Bytes
Contents
module Coprl module Presenters module DSL module Components class TimeField < DatetimeBase attr_reader :config def initialize(**attribs_, &block) super(type: :time, **attribs_, &block) map_config(:min_time, :min_date) map_config(:max_time, :max_date) merge_config(:time_24hr, true) expand! end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems