Module: NginxTestHelper::EnvMethods

Includes:
ClassMethods
Included in:
NginxTestHelper, Config
Defined in:
lib/nginx_test_helper/env_methods.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

#nginx_address, #nginx_event_type, #nginx_executable, #nginx_host, #nginx_port, #nginx_tests_core_dir, #nginx_tests_cores_dir, #nginx_tests_tmp_dir, #nginx_workers

Class Method Details

.included(base) ⇒ Object



43
44
45
# File 'lib/nginx_test_helper/env_methods.rb', line 43

def self.included(base)
  base.extend ClassMethods
end