module Asyncapi::Client

Constants

CONFIG_ATTRS
VERSION

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/asyncapi/client.rb, line 19
def self.configure
  yield self
end
parent_controller() click to toggle source
# File lib/asyncapi/client.rb, line 23
def self.parent_controller
  @@parent_controller || ActionController::Base
end