Class: Asana::Resources::BatchAPI

Inherits:
BatchAPIBase show all
Defined in:
lib/asana/resources/batch_api.rb

Class Method Summary collapse

Methods inherited from BatchAPIBase

create_batch_request, inherited

Methods inherited from Resource

#initialize, #method_missing, #refresh, #respond_to_missing?, #to_h, #to_s

Methods included from ResponseHelper

#parse

Constructor Details

This class inherits a constructor from Asana::Resources::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Asana::Resources::Resource

Class Method Details

.plural_nameObject

Returns the plural name of the resource.



9
10
11
# File 'lib/asana/resources/batch_api.rb', line 9

def plural_name
  'batch_apis'
end