Class: Printavo::Thread

Inherits:
Models::Base show all
Defined in:
lib/printavo/models/thread.rb

Instance Method Summary collapse

Methods inherited from Models::Base

#==, #[], #dig, #initialize, #inspect, #to_h

Constructor Details

This class inherits a constructor from Printavo::Models::Base

Instance Method Details

#created_atObject



8
# File 'lib/printavo/models/thread.rb', line 8

def created_at = self['createdAt']

#idObject



6
# File 'lib/printavo/models/thread.rb', line 6

def id         = self['id']

#subjectObject



7
# File 'lib/printavo/models/thread.rb', line 7

def subject    = self['subject']

#updated_atObject



9
# File 'lib/printavo/models/thread.rb', line 9

def updated_at = self['updatedAt']