class Professionali::Api::Tape
Public Instance Methods
get(options)
click to toggle source
# File lib/professionali/api/tape.rb, line 4 def get(options) api_call 'tape/get.json', 'get', options end
notify_myself(options)
click to toggle source
# File lib/professionali/api/tape.rb, line 8 def notify_myself(options) api_call 'tape/notifyMyself.json', 'post', options end
notify_watchers(options)
click to toggle source
# File lib/professionali/api/tape.rb, line 12 def notify_watchers(options) api_call 'tape/notifyWatchers.json', 'post', options end