Class: WholeOntologyIdentifier
- Inherits:
-
RemoteIdentifier
- Object
- RemoteIdentifier
- WholeOntologyIdentifier
- Defined in:
- lib/cirrocumulus/identifier.rb
Instance Method Summary collapse
-
#initialize(ontology_name = nil) ⇒ WholeOntologyIdentifier
constructor
A new instance of WholeOntologyIdentifier.
- #to_s ⇒ Object
Methods inherited from RemoteIdentifier
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_s ⇒ Object
60 61 62 |
# File 'lib/cirrocumulus/identifier.rb', line 60 def to_s @ontology_name || "(broadcast)" end |