class Pakyow::Application::Behavior::Presenter::Modes::ModeCallContext

@api private

Public Class Methods

new(connection) click to toggle source
# File lib/pakyow/application/behavior/presenter/modes.rb, line 12
def initialize(connection)
  @connection = connection
end