Class: StellarBase::BridgeCallbacks::BridgeCallbackPolicy

Inherits:
Object
  • Object
show all
Defined in:
app/concepts/stellar_base/bridge_callbacks/bridge_callback_policy.rb

Instance Method Summary collapse

Constructor Details

#initialize(_, _) ⇒ BridgeCallbackPolicy

Returns a new instance of BridgeCallbackPolicy.



5
6
# File 'app/concepts/stellar_base/bridge_callbacks/bridge_callback_policy.rb', line 5

def initialize(_, _)
end

Instance Method Details

#create?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'app/concepts/stellar_base/bridge_callbacks/bridge_callback_policy.rb', line 8

def create?
  StellarBase.included_module?(:bridge_callbacks)
end