Method: Inbox::Thread#drafts

Defined in:
lib/api_thread.rb

#draftsObject



48
49
50
# File 'lib/api_thread.rb', line 48

def drafts
  @drafts ||= RestfulModelCollection.new(Draft, @_api, {:thread_id=>@id})
end