Class: Wisp::Session
- Inherits:
-
Struct
- Object
- Struct
- Wisp::Session
- Defined in:
- lib/wisp.rb
Instance Attribute Summary collapse
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#file_sent ⇒ Object
Returns the value of attribute file_sent.
-
#prev_file ⇒ Object
Returns the value of attribute prev_file.
-
#prev_lineno ⇒ Object
Returns the value of attribute prev_lineno.
-
#prev_thread ⇒ Object
Returns the value of attribute prev_thread.
-
#req ⇒ Object
Returns the value of attribute req.
Instance Attribute Details
#ack ⇒ Object
Returns the value of attribute ack
22 23 24 |
# File 'lib/wisp.rb', line 22 def ack @ack end |
#file_sent ⇒ Object
Returns the value of attribute file_sent
22 23 24 |
# File 'lib/wisp.rb', line 22 def file_sent @file_sent end |
#prev_file ⇒ Object
Returns the value of attribute prev_file
22 23 24 |
# File 'lib/wisp.rb', line 22 def prev_file @prev_file end |
#prev_lineno ⇒ Object
Returns the value of attribute prev_lineno
22 23 24 |
# File 'lib/wisp.rb', line 22 def prev_lineno @prev_lineno end |
#prev_thread ⇒ Object
Returns the value of attribute prev_thread
22 23 24 |
# File 'lib/wisp.rb', line 22 def prev_thread @prev_thread end |
#req ⇒ Object
Returns the value of attribute req
22 23 24 |
# File 'lib/wisp.rb', line 22 def req @req end |