Class: Professionali::Api::Tape

Inherits:
Professionali::ApiCore show all
Defined in:
lib/professionali/api/tape.rb

Instance Attribute Summary

Attributes inherited from Professionali::ApiCore

#token

Instance Method Summary collapse

Methods inherited from Professionali::ApiCore

#api_call, #initialize, #post, #raise_errors

Constructor Details

This class inherits a constructor from Professionali::ApiCore

Instance Method Details

#get(options) ⇒ Object



4
5
6
# File 'lib/professionali/api/tape.rb', line 4

def get(options)
  api_call 'tape/get.json', 'get', options
end

#notify_myself(options) ⇒ Object



8
9
10
# File 'lib/professionali/api/tape.rb', line 8

def notify_myself(options)
  api_call 'tape/notifyMyself.json', 'post', options
end

#notify_watchers(options) ⇒ Object



12
13
14
# File 'lib/professionali/api/tape.rb', line 12

def notify_watchers(options)
  api_call 'tape/notifyWatchers.json', 'post', options
end