Class: Html::Merge::Provider::Owner
- Inherits:
-
Data
- Object
- Data
- Html::Merge::Provider::Owner
- Defined in:
- lib/html/merge/provider.rb
Instance Attribute Summary collapse
-
#end_byte ⇒ Object
readonly
Returns the value of attribute end_byte.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#node_end ⇒ Object
readonly
Returns the value of attribute node_end.
-
#node_start ⇒ Object
readonly
Returns the value of attribute node_start.
-
#parent_key ⇒ Object
readonly
Returns the value of attribute parent_key.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#signature ⇒ Object
readonly
Returns the value of attribute signature.
-
#source_text ⇒ Object
readonly
Returns the value of attribute source_text.
-
#start_byte ⇒ Object
readonly
Returns the value of attribute start_byte.
Instance Attribute Details
#end_byte ⇒ Object (readonly)
Returns the value of attribute end_byte
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def end_byte @end_byte end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def fingerprint @fingerprint end |
#id ⇒ Object (readonly)
Returns the value of attribute id
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def id @id end |
#node_end ⇒ Object (readonly)
Returns the value of attribute node_end
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def node_end @node_end end |
#node_start ⇒ Object (readonly)
Returns the value of attribute node_start
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def node_start @node_start end |
#parent_key ⇒ Object (readonly)
Returns the value of attribute parent_key
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def parent_key @parent_key end |
#role ⇒ Object (readonly)
Returns the value of attribute role
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def role @role end |
#signature ⇒ Object (readonly)
Returns the value of attribute signature
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def signature @signature end |
#source_text ⇒ Object (readonly)
Returns the value of attribute source_text
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def source_text @source_text end |
#start_byte ⇒ Object (readonly)
Returns the value of attribute start_byte
16 17 18 |
# File 'lib/html/merge/provider.rb', line 16 def start_byte @start_byte end |