Class: Go::Merge::Provider::Owner
- Inherits:
-
Data
- Object
- Data
- Go::Merge::Provider::Owner
- Defined in:
- lib/go/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
14 15 16 |
# File 'lib/go/merge/provider.rb', line 14 def end_line @end_line end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
14 15 16 |
# File 'lib/go/merge/provider.rb', line 14 def fingerprint @fingerprint end |
#id ⇒ Object (readonly)
Returns the value of attribute id
14 15 16 |
# File 'lib/go/merge/provider.rb', line 14 def id @id end |
#role ⇒ Object (readonly)
Returns the value of attribute role
14 15 16 |
# File 'lib/go/merge/provider.rb', line 14 def role @role end |
#signature ⇒ Object (readonly)
Returns the value of attribute signature
14 15 16 |
# File 'lib/go/merge/provider.rb', line 14 def signature @signature end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
14 15 16 |
# File 'lib/go/merge/provider.rb', line 14 def start_line @start_line end |