Class: Html::Merge::CrisprAdapter::Owner

Inherits:
Struct
  • Object
show all
Defined in:
lib/html/merge/crispr_adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



9
10
11
# File 'lib/html/merge/crispr_adapter.rb', line 9

def location
  @location
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



9
10
11
# File 'lib/html/merge/crispr_adapter.rb', line 9

def node
  @node
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



9
10
11
# File 'lib/html/merge/crispr_adapter.rb', line 9

def text
  @text
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/html/merge/crispr_adapter.rb', line 9

def type
  @type
end