Class: Wisp::Session

Inherits:
Struct
  • Object
show all
Defined in:
lib/wisp.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ackObject

Returns the value of attribute ack

Returns:

  • (Object)

    the current value of ack



22
23
24
# File 'lib/wisp.rb', line 22

def ack
  @ack
end

#file_sentObject

Returns the value of attribute file_sent

Returns:

  • (Object)

    the current value of file_sent



22
23
24
# File 'lib/wisp.rb', line 22

def file_sent
  @file_sent
end

#prev_fileObject

Returns the value of attribute prev_file

Returns:

  • (Object)

    the current value of prev_file



22
23
24
# File 'lib/wisp.rb', line 22

def prev_file
  @prev_file
end

#prev_linenoObject

Returns the value of attribute prev_lineno

Returns:

  • (Object)

    the current value of prev_lineno



22
23
24
# File 'lib/wisp.rb', line 22

def prev_lineno
  @prev_lineno
end

#prev_threadObject

Returns the value of attribute prev_thread

Returns:

  • (Object)

    the current value of prev_thread



22
23
24
# File 'lib/wisp.rb', line 22

def prev_thread
  @prev_thread
end

#reqObject

Returns the value of attribute req

Returns:

  • (Object)

    the current value of req



22
23
24
# File 'lib/wisp.rb', line 22

def req
  @req
end