Class: RTM::Tasks::Notes::Delete

Inherits:
API
  • Object
show all
Defined in:
lib/rtmilk/api/notes.rb

Overview

Add

Instance Method Summary collapse

Methods inherited from API

get_auth_url, init, #invoke, key, #sign, token, token=

Constructor Details

#initialize(token, timeline, note) ⇒ Delete

Returns a new instance of Delete.



32
33
34
35
36
# File 'lib/rtmilk/api/notes.rb', line 32

def initialize(token, timeline, note)
   super 'rtm.tasks.notes.delete', token
   @param[:timeline] = timeline
   @param[:note_id] = note
end

Instance Method Details

#parse_result(result) ⇒ Object



28
29
30
# File 'lib/rtmilk/api/notes.rb', line 28

def parse_result(result)
   super
end