Class: Alplus::PendingWindow::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#appendedObject

Returns the value of attribute appended

Returns:

  • (Object)

    the current value of appended



25
26
27
# File 'lib/alplus/pending_window.rb', line 25

def appended
  @appended
end

#deadlineObject

Returns the value of attribute deadline

Returns:

  • (Object)

    the current value of deadline



25
26
27
# File 'lib/alplus/pending_window.rb', line 25

def deadline
  @deadline
end

#itemObject

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



25
26
27
# File 'lib/alplus/pending_window.rb', line 25

def item
  @item
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



25
26
27
# File 'lib/alplus/pending_window.rb', line 25

def thread
  @thread
end