Class: Printavo::Thread
Instance Method Summary
collapse
#==, #[], #dig, #initialize, #inspect, #to_h
Instance Method Details
#created_at ⇒ Object
8
|
# File 'lib/printavo/models/thread.rb', line 8
def created_at = self['createdAt']
|
#id ⇒ Object
6
|
# File 'lib/printavo/models/thread.rb', line 6
def id = self['id']
|
#subject ⇒ Object
7
|
# File 'lib/printavo/models/thread.rb', line 7
def subject = self['subject']
|
#updated_at ⇒ Object
9
|
# File 'lib/printavo/models/thread.rb', line 9
def updated_at = self['updatedAt']
|