Class: RText::DefaultServiceProvider::ReferenceTarget
- Inherits:
-
Struct
- Object
- Struct
- RText::DefaultServiceProvider::ReferenceTarget
- Defined in:
- lib/rtext/default_service_provider.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#display_name ⇒ Object
Returns the value of attribute display_name
71 72 73 |
# File 'lib/rtext/default_service_provider.rb', line 71 def display_name @display_name end |
#file ⇒ Object
Returns the value of attribute file
71 72 73 |
# File 'lib/rtext/default_service_provider.rb', line 71 def file @file end |
#line ⇒ Object
Returns the value of attribute line
71 72 73 |
# File 'lib/rtext/default_service_provider.rb', line 71 def line @line end |