Module: Runner

Defined in:
lib/shared_infrastructure/runner/base.rb,
lib/shared_infrastructure/runner/rails.rb,
lib/shared_infrastructure/runner/static_site.rb,
lib/shared_infrastructure/runner/reverse_proxy.rb

Defined Under Namespace

Classes: Base, MissingArgument, Rails, ReverseProxy, StaticSite

Class Attribute Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



8
9
10
# File 'lib/shared_infrastructure/runner/base.rb', line 8

def debug
  @debug
end