Class: LittleGhost::CodeMode::Javascript::Session::Deadline
- Inherits:
-
Struct
- Object
- Struct
- LittleGhost::CodeMode::Javascript::Session::Deadline
- Defined in:
- lib/little_ghost/code_mode/javascript/session.rb
Instance Attribute Summary collapse
-
#cancelled ⇒ Object
Returns the value of attribute cancelled.
-
#error ⇒ Object
Returns the value of attribute error.
-
#expiring ⇒ Object
Returns the value of attribute expiring.
-
#finished ⇒ Object
Returns the value of attribute finished.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Attribute Details
#cancelled ⇒ Object
Returns the value of attribute cancelled
17 18 19 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17 def cancelled @cancelled end |
#error ⇒ Object
Returns the value of attribute error
17 18 19 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17 def error @error end |
#expiring ⇒ Object
Returns the value of attribute expiring
17 18 19 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17 def expiring @expiring end |
#finished ⇒ Object
Returns the value of attribute finished
17 18 19 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17 def finished @finished end |
#task ⇒ Object
Returns the value of attribute task
17 18 19 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17 def task @task end |