class ModelTransporter::Configuration
Attributes
actor[RW]
push_adapter[RW]
Public Class Methods
new()
click to toggle source
# File lib/model_transporter/configuration.rb, line 6 def initialize @push_adapter = PushAdapter::ActionCable.new end