Class: ActiveSupport::SyntaxErrorProxy::BacktraceLocation

Inherits:
Struct
  • Object
show all
Defined in:
activesupport/lib/active_support/syntax_error_proxy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Struct

#as_json

Instance Attribute Details

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



15
16
17
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15

def lineno
  @lineno
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



15
16
17
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15

def path
  @path
end

#to_sObject

Returns the value of attribute to_s

Returns:

  • (Object)

    the current value of to_s



15
16
17
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15

def to_s
  @to_s
end

Instance Method Details

#labelObject



19
20
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 19

def label
end

#spot(_) ⇒ Object



16
17
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 16

def spot(_)
end