Class: Bio::DAS::FEATURE
Instance Attribute Summary collapse
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#groups ⇒ Object
readonly
Returns the value of attribute groups.
-
#label ⇒ Object
Returns the value of attribute label.
-
#links ⇒ Object
readonly
Returns the value of attribute links.
-
#method ⇒ Object
Returns the value of attribute method.
-
#method_id ⇒ Object
Returns the value of attribute method_id.
-
#notes ⇒ Object
readonly
Returns the value of attribute notes.
-
#orientation ⇒ Object
Returns the value of attribute orientation.
-
#phase ⇒ Object
Returns the value of attribute phase.
-
#score ⇒ Object
Returns the value of attribute score.
-
#start ⇒ Object
Returns the value of attribute start.
-
#stop ⇒ Object
Returns the value of attribute stop.
-
#targets ⇒ Object
readonly
Returns the value of attribute targets.
-
#types ⇒ Object
readonly
Returns the value of attribute types.
Instance Method Summary collapse
-
#initialize ⇒ FEATURE
constructor
A new instance of FEATURE.
Constructor Details
#initialize ⇒ FEATURE
Returns a new instance of FEATURE.
384 385 386 387 388 389 390 |
# File 'lib/bio/io/das.rb', line 384 def initialize @notes = Array.new @links = Array.new @types = Array.new @targets = Array.new @groups = Array.new end |
Instance Attribute Details
#entry_id ⇒ Object
Returns the value of attribute entry_id.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def entry_id @entry_id end |
#groups ⇒ Object (readonly)
Returns the value of attribute groups.
393 394 395 |
# File 'lib/bio/io/das.rb', line 393 def groups @groups end |
#label ⇒ Object
Returns the value of attribute label.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def label @label end |
#links ⇒ Object (readonly)
Returns the value of attribute links.
393 394 395 |
# File 'lib/bio/io/das.rb', line 393 def links @links end |
#method ⇒ Object
Returns the value of attribute method.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def method @method end |
#method_id ⇒ Object
Returns the value of attribute method_id.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def method_id @method_id end |
#notes ⇒ Object (readonly)
Returns the value of attribute notes.
393 394 395 |
# File 'lib/bio/io/das.rb', line 393 def notes @notes end |
#orientation ⇒ Object
Returns the value of attribute orientation.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def orientation @orientation end |
#phase ⇒ Object
Returns the value of attribute phase.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def phase @phase end |
#score ⇒ Object
Returns the value of attribute score.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def score @score end |
#start ⇒ Object
Returns the value of attribute start.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def start @start end |
#stop ⇒ Object
Returns the value of attribute stop.
391 392 393 |
# File 'lib/bio/io/das.rb', line 391 def stop @stop end |
#targets ⇒ Object (readonly)
Returns the value of attribute targets.
393 394 395 |
# File 'lib/bio/io/das.rb', line 393 def targets @targets end |
#types ⇒ Object (readonly)
Returns the value of attribute types.
393 394 395 |
# File 'lib/bio/io/das.rb', line 393 def types @types end |