Class: NCBO::ResourceIndex::Element
- Inherits:
-
Object
- Object
- NCBO::ResourceIndex::Element
- Defined in:
- lib/ncbo_resource_index_client/data.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
(also: #localElementId)
Returns the value of attribute id.
-
#ontoIds ⇒ Object
Returns the value of attribute ontoIds.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#text ⇒ Object
Returns the value of attribute text.
-
#weights ⇒ Object
Returns the value of attribute weights.
Instance Attribute Details
#id ⇒ Object Also known as: localElementId
Returns the value of attribute id.
17 18 19 |
# File 'lib/ncbo_resource_index_client/data.rb', line 17 def id @id end |
#ontoIds ⇒ Object
Returns the value of attribute ontoIds.
17 18 19 |
# File 'lib/ncbo_resource_index_client/data.rb', line 17 def ontoIds @ontoIds end |
#resource ⇒ Object
Returns the value of attribute resource.
17 18 19 |
# File 'lib/ncbo_resource_index_client/data.rb', line 17 def resource @resource end |
#text ⇒ Object
Returns the value of attribute text.
17 18 19 |
# File 'lib/ncbo_resource_index_client/data.rb', line 17 def text @text end |
#weights ⇒ Object
Returns the value of attribute weights.
17 18 19 |
# File 'lib/ncbo_resource_index_client/data.rb', line 17 def weights @weights end |