Class: VORuby::Resources::VOResource::V0_10::Date

Inherits:
Object
  • Object
show all
Includes:
XML::Mapping
Defined in:
lib/voruby/resources/voresource/voresource_v0_10.rb,
lib/voruby/resources/voresource/voresource_v0_10.rb

Instance Method Summary collapse

Instance Method Details

#value=(v) ⇒ Object



140
141
142
# File 'lib/voruby/resources/voresource/voresource_v0_10.rb', line 140

def value=(v)
  @value = DateTime.parse(v)
end