Class: Rust::Merge::Provider::Owner
- Inherits:
-
Data
- Object
- Data
- Rust::Merge::Provider::Owner
- Defined in:
- lib/rust/merge/provider.rb
Instance Attribute Summary collapse
-
#compound ⇒ Object
readonly
Returns the value of attribute compound.
-
#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.
-
#membership ⇒ Object
readonly
Returns the value of attribute membership.
-
#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
#compound ⇒ Object (readonly)
Returns the value of attribute compound
30 31 32 |
# File 'lib/rust/merge/provider.rb', line 30 def compound @compound end |
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
30 31 32 |
# File 'lib/rust/merge/provider.rb', line 30 def end_line @end_line end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
30 31 32 |
# File 'lib/rust/merge/provider.rb', line 30 def fingerprint @fingerprint end |
#id ⇒ Object (readonly)
Returns the value of attribute id
30 31 32 |
# File 'lib/rust/merge/provider.rb', line 30 def id @id end |
#membership ⇒ Object (readonly)
Returns the value of attribute membership
30 31 32 |
# File 'lib/rust/merge/provider.rb', line 30 def membership @membership end |
#role ⇒ Object (readonly)
Returns the value of attribute role
30 31 32 |
# File 'lib/rust/merge/provider.rb', line 30 def role @role end |
#signature ⇒ Object (readonly)
Returns the value of attribute signature
30 31 32 |
# File 'lib/rust/merge/provider.rb', line 30 def signature @signature end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
30 31 32 |
# File 'lib/rust/merge/provider.rb', line 30 def start_line @start_line end |