Class: WholeOntologyIdentifier

Inherits:
RemoteIdentifier show all
Defined in:
lib/cirrocumulus/identifier.rb

Instance Method Summary collapse

Methods inherited from RemoteIdentifier

#==, #eql?, #hash

Constructor Details

#initialize(ontology_name = nil) ⇒ WholeOntologyIdentifier

Returns a new instance of WholeOntologyIdentifier.



56
57
58
# File 'lib/cirrocumulus/identifier.rb', line 56

def initialize(ontology_name = nil)
  @ontology_name = ontology_name
end

Instance Method Details

#to_sObject



60
61
62
# File 'lib/cirrocumulus/identifier.rb', line 60

def to_s
  @ontology_name || "(broadcast)"
end