Class: LittleGhost::CodeMode::Javascript::Session::Deadline

Inherits:
Struct
  • Object
show all
Defined in:
lib/little_ghost/code_mode/javascript/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cancelledObject

Returns the value of attribute cancelled

Returns:

  • (Object)

    the current value of cancelled



17
18
19
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17

def cancelled
  @cancelled
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



17
18
19
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17

def error
  @error
end

#expiringObject

Returns the value of attribute expiring

Returns:

  • (Object)

    the current value of expiring



17
18
19
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17

def expiring
  @expiring
end

#finishedObject

Returns the value of attribute finished

Returns:

  • (Object)

    the current value of finished



17
18
19
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17

def finished
  @finished
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



17
18
19
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 17

def task
  @task
end