Module: Seatbelt::Gate::Proxy
- Included in:
- ClassMethods
- Defined in:
- lib/seatbelt/core/gate.rb
Instance Method Summary collapse
-
#proxy_object ⇒ Object
Public: Access the implementation class Proxy class instance.
Instance Method Details
#proxy_object ⇒ Object
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.
27 28 29 |
# File 'lib/seatbelt/core/gate.rb', line 27 def proxy_object @proxy end |