Class: WebfleetConnect::Params::RangefromString
- Inherits:
-
Param
- Object
- Param
- WebfleetConnect::Params::RangefromString
- Includes:
- Helpers::DateFormatHelper
- Defined in:
- lib/webfleet_connect/params/rangefrom_string.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(value) ⇒ RangefromString
constructor
A new instance of RangefromString.
Methods included from Helpers::DateFormatHelper
Constructor Details
#initialize(value) ⇒ RangefromString
Returns a new instance of RangefromString.
8 9 10 |
# File 'lib/webfleet_connect/params/rangefrom_string.rb', line 8 def initialize(value) @value = format(value) end |