Class: ChatNotifier::ThreadStore::ThreadRef
- Inherits:
-
Data
- Object
- Data
- ChatNotifier::ThreadStore::ThreadRef
- Defined in:
- lib/chat_notifier/thread_store.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#ts ⇒ Object
readonly
Returns the value of attribute ts.
Instance Method Summary collapse
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/chat_notifier/thread_store.rb', line 9 def status @status end |
#ts ⇒ Object (readonly)
Returns the value of attribute ts
9 10 11 |
# File 'lib/chat_notifier/thread_store.rb', line 9 def ts @ts end |
Instance Method Details
#open? ⇒ Boolean
10 |
# File 'lib/chat_notifier/thread_store.rb', line 10 def open? = status != "resolved" |