Exception: JsshJavascriptError
- Defined in:
- lib/vapir-firefox/jssh_socket.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#fileName ⇒ Object
Returns the value of attribute fileName.
-
#js_err ⇒ Object
Returns the value of attribute js_err.
-
#lineNumber ⇒ Object
Returns the value of attribute lineNumber.
-
#source ⇒ Object
Returns the value of attribute source.
-
#stack ⇒ Object
Returns the value of attribute stack.
Instance Attribute Details
#fileName ⇒ Object
Returns the value of attribute fileName.
54 55 56 |
# File 'lib/vapir-firefox/jssh_socket.rb', line 54 def fileName @fileName end |
#js_err ⇒ Object
Returns the value of attribute js_err.
54 55 56 |
# File 'lib/vapir-firefox/jssh_socket.rb', line 54 def js_err @js_err end |
#lineNumber ⇒ Object
Returns the value of attribute lineNumber.
54 55 56 |
# File 'lib/vapir-firefox/jssh_socket.rb', line 54 def lineNumber @lineNumber end |
#source ⇒ Object
Returns the value of attribute source.
54 55 56 |
# File 'lib/vapir-firefox/jssh_socket.rb', line 54 def source @source end |
#stack ⇒ Object
Returns the value of attribute stack.
54 55 56 |
# File 'lib/vapir-firefox/jssh_socket.rb', line 54 def stack @stack end |