Class: Bio::DAS::GROUP
Instance Attribute Summary collapse
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#links ⇒ Object
readonly
Returns the value of attribute links.
-
#notes ⇒ Object
readonly
Returns the value of attribute notes.
-
#targets ⇒ Object
readonly
Returns the value of attribute targets.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize ⇒ GROUP
constructor
A new instance of GROUP.
Constructor Details
#initialize ⇒ GROUP
Returns a new instance of GROUP.
405 406 407 408 409 |
# File 'lib/bio/io/das.rb', line 405 def initialize @notes = Array.new @links = Array.new @targets = Array.new end |
Instance Attribute Details
#entry_id ⇒ Object
Returns the value of attribute entry_id.
410 411 412 |
# File 'lib/bio/io/das.rb', line 410 def entry_id @entry_id end |
#label ⇒ Object
Returns the value of attribute label.
410 411 412 |
# File 'lib/bio/io/das.rb', line 410 def label @label end |
#links ⇒ Object (readonly)
Returns the value of attribute links.
411 412 413 |
# File 'lib/bio/io/das.rb', line 411 def links @links end |
#notes ⇒ Object (readonly)
Returns the value of attribute notes.
411 412 413 |
# File 'lib/bio/io/das.rb', line 411 def notes @notes end |
#targets ⇒ Object (readonly)
Returns the value of attribute targets.
411 412 413 |
# File 'lib/bio/io/das.rb', line 411 def targets @targets end |
#type ⇒ Object
Returns the value of attribute type.
410 411 412 |
# File 'lib/bio/io/das.rb', line 410 def type @type end |