Class: ExpoTurbo::Rails::PairedTemplates::Finding
- Inherits:
-
Struct
- Object
- Struct
- ExpoTurbo::Rails::PairedTemplates::Finding
- Defined in:
- lib/expo_turbo/rails/paired_templates.rb
Instance Attribute Summary collapse
-
#aspect ⇒ Object
Returns the value of attribute aspect.
-
#counterpart_path ⇒ Object
Returns the value of attribute counterpart_path.
-
#counterpart_value ⇒ Object
Returns the value of attribute counterpart_value.
-
#element ⇒ Object
Returns the value of attribute element.
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#aspect ⇒ Object
Returns the value of attribute aspect
145 146 147 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145 def aspect @aspect end |
#counterpart_path ⇒ Object
Returns the value of attribute counterpart_path
145 146 147 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145 def counterpart_path @counterpart_path end |
#counterpart_value ⇒ Object
Returns the value of attribute counterpart_value
145 146 147 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145 def counterpart_value @counterpart_value end |
#element ⇒ Object
Returns the value of attribute element
145 146 147 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145 def element @element end |
#line ⇒ Object
Returns the value of attribute line
145 146 147 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145 def line @line end |
#path ⇒ Object
Returns the value of attribute path
145 146 147 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145 def path @path end |
#value ⇒ Object
Returns the value of attribute value
145 146 147 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145 def value @value end |
Instance Method Details
#to_s ⇒ Object
146 147 148 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 146 def to_s "#{path}:#{line}: #{detail}" end |