class ZendeskAppsSupport::Installed
Constants
- INSTALLED_TEMPLATE
Public Class Methods
Source
# File lib/zendesk_apps_support/installed.rb, line 10 def initialize(appsjs, installations = []) @appsjs = appsjs @installations = installations end
Public Instance Methods
Source
# File lib/zendesk_apps_support/installed.rb, line 15 def compile(options = {}) INSTALLED_TEMPLATE.result( appsjs: @appsjs, installations: @installations, installation_orders: options.fetch(:installation_orders, {}) ) end
Also aliased as: compile_js