Class: ExpoTurbo::Rails::PairedTemplates::Pair

Inherits:
Struct
  • Object
show all
Defined in:
lib/expo_turbo/rails/paired_templates.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expo_turbo_pathObject

Returns the value of attribute expo_turbo_path

Returns:

  • (Object)

    the current value of 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_pathObject

Returns the value of attribute html_path

Returns:

  • (Object)

    the current value of html_path



124
125
126
# File 'lib/expo_turbo/rails/paired_templates.rb', line 124

def html_path
  @html_path
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



124
125
126
# File 'lib/expo_turbo/rails/paired_templates.rb', line 124

def name
  @name
end