Class: Alplus::PendingWindow::Entry
- Inherits:
-
Struct
- Object
- Struct
- Alplus::PendingWindow::Entry
- Defined in:
- lib/alplus/pending_window.rb
Instance Attribute Summary collapse
-
#appended ⇒ Object
Returns the value of attribute appended.
-
#deadline ⇒ Object
Returns the value of attribute deadline.
-
#item ⇒ Object
Returns the value of attribute item.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#appended ⇒ Object
Returns the value of attribute appended
25 26 27 |
# File 'lib/alplus/pending_window.rb', line 25 def appended @appended end |
#deadline ⇒ Object
Returns the value of attribute deadline
25 26 27 |
# File 'lib/alplus/pending_window.rb', line 25 def deadline @deadline end |
#item ⇒ Object
Returns the value of attribute item
25 26 27 |
# File 'lib/alplus/pending_window.rb', line 25 def item @item end |
#thread ⇒ Object
Returns the value of attribute thread
25 26 27 |
# File 'lib/alplus/pending_window.rb', line 25 def thread @thread end |