Class: ExpoTurbo::Rails::PairedTemplates::Finding

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#aspectObject

Returns the value of attribute aspect

Returns:

  • (Object)

    the current value of aspect



145
146
147
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145

def aspect
  @aspect
end

#counterpart_pathObject

Returns the value of attribute counterpart_path

Returns:

  • (Object)

    the current value of counterpart_path



145
146
147
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145

def counterpart_path
  @counterpart_path
end

#counterpart_valueObject

Returns the value of attribute counterpart_value

Returns:

  • (Object)

    the current value of counterpart_value



145
146
147
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145

def counterpart_value
  @counterpart_value
end

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



145
146
147
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145

def element
  @element
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



145
146
147
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



145
146
147
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145

def path
  @path
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



145
146
147
# File 'lib/expo_turbo/rails/paired_templates.rb', line 145

def value
  @value
end

Instance Method Details

#to_sObject



146
147
148
# File 'lib/expo_turbo/rails/paired_templates.rb', line 146

def to_s
  "#{path}:#{line}: #{detail}"
end