Class: Valuedate::Scope

Inherits:
Object
  • Object
show all
Defined in:
lib/valuedate.rb

Instance Method Summary collapse

Instance Method Details

#optional_valueObject



25
26
27
# File 'lib/valuedate.rb', line 25

def optional_value
  OptionalValue.new
end

#valueObject



21
22
23
# File 'lib/valuedate.rb', line 21

def value
  Value.new
end