class Motion::Project::Config

Public Instance Methods

pusher() { |pusher| ... } click to toggle source
# File lib/motion-pusher/motion-pusher.rb, line 28
def pusher
  @pusher ||= PusherConfig.new(self)
  yield @pusher if block_given?
  @pusher
end