Class: ExpoTurbo::Rails::PairedTemplates::Pair
- Inherits:
-
Struct
- Object
- Struct
- ExpoTurbo::Rails::PairedTemplates::Pair
- Defined in:
- lib/expo_turbo/rails/paired_templates.rb
Instance Attribute Summary collapse
-
#expo_turbo_path ⇒ Object
Returns the value of attribute expo_turbo_path.
-
#html_path ⇒ Object
Returns the value of attribute html_path.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#expo_turbo_path ⇒ Object
Returns the value of attribute expo_turbo_path
124 125 126 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 124 def expo_turbo_path @expo_turbo_path end |
#html_path ⇒ Object
Returns the value of attribute html_path
124 125 126 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 124 def html_path @html_path end |
#name ⇒ Object
Returns the value of attribute name
124 125 126 |
# File 'lib/expo_turbo/rails/paired_templates.rb', line 124 def name @name end |