Class: WebfleetConnect::Params::RangetoString

Inherits:
RangefromString show all
Defined in:
lib/webfleet_connect/params/rangeto_string.rb

Instance Method Summary collapse

Methods included from Helpers::DateFormatHelper

#to_de, #to_en, #to_nl

Constructor Details

#initialize(value) ⇒ RangetoString

Returns a new instance of RangetoString.



5
6
7
# File 'lib/webfleet_connect/params/rangeto_string.rb', line 5

def initialize(value)
  @value = format(value)
end