module Seatbelt::Gate::Proxy

Public Instance Methods

proxy_object() click to toggle source

Public: Access the implementation class Proxy class instance. If there is no Proxy class instance defined, a new instance will be initialized.

Returns the proxy class instance.

# File lib/seatbelt/core/gate.rb, line 27
def proxy_object
  @proxy
end