Class: WebfleetConnect::Params::RangetoString
- Inherits:
-
RangefromString
- Object
- Param
- RangefromString
- WebfleetConnect::Params::RangetoString
- Defined in:
- lib/webfleet_connect/params/rangeto_string.rb
Instance Method Summary collapse
-
#initialize(value) ⇒ RangetoString
constructor
A new instance of RangetoString.
Methods included from Helpers::DateFormatHelper
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 |