Class: Html::Merge::CrisprAdapter::Owner
- Inherits:
-
Struct
- Object
- Struct
- Html::Merge::CrisprAdapter::Owner
- Defined in:
- lib/html/merge/crispr_adapter.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#node ⇒ Object
Returns the value of attribute node.
-
#text ⇒ Object
Returns the value of attribute text.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
9 10 11 |
# File 'lib/html/merge/crispr_adapter.rb', line 9 def location @location end |
#node ⇒ Object
Returns the value of attribute node
9 10 11 |
# File 'lib/html/merge/crispr_adapter.rb', line 9 def node @node end |
#text ⇒ Object
Returns the value of attribute text
9 10 11 |
# File 'lib/html/merge/crispr_adapter.rb', line 9 def text @text end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/html/merge/crispr_adapter.rb', line 9 def type @type end |