Module: ReverseProxy::Instance
- Included in:
- ReverseProxy
- Defined in:
- lib/reverse_proxy/instance.rb
Instance Attribute Summary collapse
-
#instance ⇒ Object
Returns the value of attribute instance.
Instance Method Summary collapse
Instance Attribute Details
#instance ⇒ Object
Returns the value of attribute instance.
3 4 5 |
# File 'lib/reverse_proxy/instance.rb', line 3 def instance @instance end |
Instance Method Details
#reload ⇒ Object
4 5 6 |
# File 'lib/reverse_proxy/instance.rb', line 4 def reload instance.reload if instance end |