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



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

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