Class: Nylas::ComponentCollection

Inherits:
Collection show all
Defined in:
lib/nylas/component_collection.rb

Overview

Additional configuration for the Component CRUD API

Instance Attribute Summary

Attributes inherited from Collection

#api, #constraints, #model

Instance Method Summary collapse

Methods inherited from Collection

#count, #create, #each, #execute, #expanded, #find, #find_each, #find_model, #find_raw, #ids, #initialize, #limit, #more_pages?, #new, #next_page, #offset, #raw, #search, #to_be_executed, #where

Constructor Details

This class inherits a constructor from Nylas::Collection

Instance Method Details

#resources_pathObject



6
7
8
# File 'lib/nylas/component_collection.rb', line 6

def resources_path
  "/component/#{api.client.app_id}"
end