Module: ReverseProxy::Instance

Included in:
ReverseProxy
Defined in:
lib/reverse_proxy/instance.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#instanceObject

Returns the value of attribute instance.



3
4
5
# File 'lib/reverse_proxy/instance.rb', line 3

def instance
  @instance
end

Instance Method Details

#reloadObject



4
5
6
# File 'lib/reverse_proxy/instance.rb', line 4

def reload
  instance.reload if instance
end