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