Exception: JsshError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vapir-firefox/jssh_socket.rb

Direct Known Subclasses

JsshConnectionError, JsshJavascriptError

Instance Attribute Summary collapse

Instance Attribute Details

#fileNameObject

Returns the value of attribute fileName.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def fileName
  @fileName
end

#lineNumberObject

Returns the value of attribute lineNumber.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def lineNumber
  @lineNumber
end

#sourceObject

Returns the value of attribute source.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def source
  @source
end

#stackObject

Returns the value of attribute stack.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def stack
  @stack
end