module Materialist::Materializer::Internals::ClassMethods

Attributes

__materialist_dsl_mapping_stack[R]
__materialist_options[R]

Public Instance Methods

_sidekiq_options() click to toggle source
# File lib/materialist/materializer/internals/class_methods.rb, line 11
def _sidekiq_options
  __materialist_options[:sidekiq_options] || {}
end
perform(url, action, *options) click to toggle source
# File lib/materialist/materializer/internals/class_methods.rb, line 7
def perform(url, action, *options)
  Materializer.new(url, self, *options).perform(action)
end