class WorkingHours::DurationProxy
Attributes
value[RW]
Public Class Methods
new(value)
click to toggle source
# File lib/working_hours/duration_proxy.rb, line 8 def initialize(value) @value = value end