Class: Valuedate::Scope
- Inherits:
-
Object
- Object
- Valuedate::Scope
- Defined in:
- lib/valuedate.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) optional_value
25 26 27 |
# File 'lib/valuedate.rb', line 25 def optional_value OptionalValue.new end |
- (Object) value
21 22 23 |
# File 'lib/valuedate.rb', line 21 def value Value.new end |