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/ticket_enums.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/plugins/close_ticket.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/plugins/close_ticket/errors.rb,
lib/forest_admin_datasource_zendesk/collections/ticket/serializer.rb,
lib/forest_admin_datasource_zendesk/plugins/close_ticket/messages.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,
lib/forest_admin_datasource_zendesk/plugins/create_ticket_with_notification.rb,
lib/forest_admin_datasource_zendesk/plugins/create_ticket_with_notification/form_builder.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"1.30.1"

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