Class: VORuby::Resources::VORegistry::V1_0::RegCapRestriction

Inherits:
Capability
  • Object
show all
Defined in:
lib/voruby/resources/voregistry/voregistry_v1_0.rb,
lib/voruby/resources/voregistry/voregistry_v1_0.rb

Overview

An abstract capability that fixes the standardID to the IVOA ID for the Registry standard.

Direct Known Subclasses

Harvest, Search

Instance Method Summary collapse

Instance Method Details

#standard_id=(id) ⇒ Object



32
33
34
# File 'lib/voruby/resources/voregistry/voregistry_v1_0.rb', line 32

def standard_id=(id)
  @standard_id = URI.parse('ivo://ivoa.net/std/Registry')
end