Class: ChatNotifier::ThreadStore::ThreadRef

Inherits:
Data
  • Object
show all
Defined in:
lib/chat_notifier/thread_store.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/chat_notifier/thread_store.rb', line 9

def status
  @status
end

#tsObject (readonly)

Returns the value of attribute ts

Returns:

  • (Object)

    the current value of ts



9
10
11
# File 'lib/chat_notifier/thread_store.rb', line 9

def ts
  @ts
end

Instance Method Details

#open?Boolean

Returns:

  • (Boolean)


10
# File 'lib/chat_notifier/thread_store.rb', line 10

def open? = status != "resolved"