class Scale::Endpoints::Tasks::CreateAnnotationTask
Public Class Methods
shortcut()
click to toggle source
# File lib/scale/endpoints/tasks/create_annotation_task.rb, line 10 def self.shortcut 'create_annotation_task' end
Public Instance Methods
process()
click to toggle source
# File lib/scale/endpoints/tasks/create_annotation_task.rb, line 5 def process response = api.request :post, path('annotation'), params build_task response end