Class: VORuby::Resources::VOResource::V0_10::AnyURI

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=(uri) ⇒ Object



79
80
81
# File 'lib/voruby/resources/voresource/voresource_v0_10.rb', line 79

def value=(uri)
   @value = URI.parse(uri.strip)
end