Sha256: aaf59daeb304bc8773fefe86e1c7ce79656f8376b474b0f3bc9c7dd7726d8573

Contents?: true

Size: 237 Bytes

Versions: 15

Compression:

Stored size: 237 Bytes

Contents

require 'ardm/property/object'

module Ardm
  class Property
    class Date < Object
      load_as         ::Date
      dump_as         ::Date
      coercion_method :to_date

    end # class Date
  end # class Property
end # module Ardm

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ardm-0.4.0.ar427 lib/ardm/property/date.rb
ardm-0.4.0 lib/ardm/property/date.rb
ardm-0.3.2 lib/ardm/property/date.rb
ardm-0.3.1 lib/ardm/property/date.rb
ardm-0.3.0 lib/ardm/property/date.rb
ardm-0.2.7 lib/ardm/property/date.rb
ardm-0.2.6 lib/ardm/property/date.rb
ardm-0.2.5 lib/ardm/property/date.rb
ardm-0.2.4 lib/ardm/property/date.rb
ardm-0.2.3 lib/ardm/property/date.rb
ardm-0.2.2 lib/ardm/property/date.rb
ardm-0.2.1 lib/ardm/property/date.rb
ardm-0.2.0 lib/ardm/property/date.rb
ardm-0.1.0 lib/ardm/property/date.rb
ardm-0.0.1 lib/ardm/property/date.rb