Method: Inbox::Thread#drafts
- Defined in:
- lib/api_thread.rb
#drafts ⇒ Object
48 49 50 |
# File 'lib/api_thread.rb', line 48 def drafts @drafts ||= RestfulModelCollection.new(Draft, @_api, {:thread_id=>@id}) end |
48 49 50 |
# File 'lib/api_thread.rb', line 48 def drafts @drafts ||= RestfulModelCollection.new(Draft, @_api, {:thread_id=>@id}) end |