Class: Bio::DAS::DSN
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#description_href ⇒ Object
Returns the value of attribute description_href.
-
#mapmaster ⇒ Object
Returns the value of attribute mapmaster.
-
#source ⇒ Object
Returns the value of attribute source.
-
#source_id ⇒ Object
Returns the value of attribute source_id.
-
#source_version ⇒ Object
Returns the value of attribute source_version.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
323 324 325 |
# File 'lib/bio/io/das.rb', line 323 def description @description end |
#description_href ⇒ Object
Returns the value of attribute description_href.
323 324 325 |
# File 'lib/bio/io/das.rb', line 323 def description_href @description_href end |
#mapmaster ⇒ Object
Returns the value of attribute mapmaster.
323 324 325 |
# File 'lib/bio/io/das.rb', line 323 def mapmaster @mapmaster end |
#source ⇒ Object
Returns the value of attribute source.
323 324 325 |
# File 'lib/bio/io/das.rb', line 323 def source @source end |
#source_id ⇒ Object
Returns the value of attribute source_id.
323 324 325 |
# File 'lib/bio/io/das.rb', line 323 def source_id @source_id end |
#source_version ⇒ Object
Returns the value of attribute source_version.
323 324 325 |
# File 'lib/bio/io/das.rb', line 323 def source_version @source_version end |