Module: ForestAdminDatasourceZendesk

Defined in:
lib/forest_admin_datasource_zendesk.rb,
lib/forest_admin_datasource_zendesk/client.rb,
lib/forest_admin_datasource_zendesk/version.rb,
lib/forest_admin_datasource_zendesk/datasource.rb,
lib/forest_admin_datasource_zendesk/client/writes.rb,
lib/forest_admin_datasource_zendesk/configuration.rb,
lib/forest_admin_datasource_zendesk/collections/user.rb,
lib/forest_admin_datasource_zendesk/collections/ticket.rb,
lib/forest_admin_datasource_zendesk/client/introspection.rb,
lib/forest_admin_datasource_zendesk/collections/searchable.rb,
lib/forest_admin_datasource_zendesk/collections/organization.rb,
lib/forest_admin_datasource_zendesk/collections/base_collection.rb,
lib/forest_admin_datasource_zendesk/collections/ticket/serializer.rb,
lib/forest_admin_datasource_zendesk/query/condition_tree_translator.rb,
lib/forest_admin_datasource_zendesk/schema/custom_fields_introspector.rb,
lib/forest_admin_datasource_zendesk/collections/ticket/comments_embedder.rb,
lib/forest_admin_datasource_zendesk/collections/ticket/relation_embedder.rb,
lib/forest_admin_datasource_zendesk/collections/ticket/schema_definition.rb

Defined Under Namespace

Modules: Collections, Query, Schema Classes: APIError, Client, Configuration, ConfigurationError, Datasource, Error, UnsupportedOperatorError

Constant Summary collapse

VERSION =
"1.28.2"

Class Attribute Summary collapse

Class Attribute Details

.loggerObject



20
21
22
# File 'lib/forest_admin_datasource_zendesk.rb', line 20

def logger
  @logger ||= default_logger
end