Class: ActiveSupport::SyntaxErrorProxy::BacktraceLocation
- Defined in:
- activesupport/lib/active_support/syntax_error_proxy.rb
Instance Attribute Summary collapse
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#path ⇒ Object
Returns the value of attribute path.
-
#to_s ⇒ Object
Returns the value of attribute to_s.
Instance Method Summary collapse
Methods inherited from Struct
Instance Attribute Details
#lineno ⇒ Object
Returns the value of attribute lineno
15 16 17 |
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15 def lineno @lineno end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15 def path @path end |
#to_s ⇒ Object
Returns the value of attribute to_s
15 16 17 |
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15 def to_s @to_s end |