Class: Prism::Merge::Provider::Owner
- Inherits:
-
Data
- Object
- Data
- Prism::Merge::Provider::Owner
- Defined in:
- lib/prism/merge/provider.rb
Instance Attribute Summary collapse
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#signature ⇒ Object
readonly
Returns the value of attribute signature.
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
11 12 13 |
# File 'lib/prism/merge/provider.rb', line 11 def end_line @end_line end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
11 12 13 |
# File 'lib/prism/merge/provider.rb', line 11 def fingerprint @fingerprint end |
#id ⇒ Object (readonly)
Returns the value of attribute id
11 12 13 |
# File 'lib/prism/merge/provider.rb', line 11 def id @id end |
#role ⇒ Object (readonly)
Returns the value of attribute role
11 12 13 |
# File 'lib/prism/merge/provider.rb', line 11 def role @role end |
#signature ⇒ Object (readonly)
Returns the value of attribute signature
11 12 13 |
# File 'lib/prism/merge/provider.rb', line 11 def signature @signature end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
11 12 13 |
# File 'lib/prism/merge/provider.rb', line 11 def start_line @start_line end |