Class: Rake::Options

Inherits:
Object
  • Object
show all
Defined in:
lib/rake/options.rb

Overview

Options used by the Rake command line application.

Instance Attribute Summary collapse

Instance Attribute Details

#always_multitaskObject

Returns the value of attribute always_multitask.



9
10
11
# File 'lib/rake/options.rb', line 9

def always_multitask
  @always_multitask
end

#backtraceObject

Returns the value of attribute backtrace.



10
11
12
# File 'lib/rake/options.rb', line 10

def backtrace
  @backtrace
end

#build_allObject

Returns the value of attribute build_all.



11
12
13
# File 'lib/rake/options.rb', line 11

def build_all
  @build_all
end

#dryrunObject

Returns the value of attribute dryrun.



12
13
14
# File 'lib/rake/options.rb', line 12

def dryrun
  @dryrun
end

#ignore_deprecateObject

Returns the value of attribute ignore_deprecate.



13
14
15
# File 'lib/rake/options.rb', line 13

def ignore_deprecate
  @ignore_deprecate
end

#ignore_systemObject

Returns the value of attribute ignore_system.



14
15
16
# File 'lib/rake/options.rb', line 14

def ignore_system
  @ignore_system
end

#job_statsObject

Returns the value of attribute job_stats.



15
16
17
# File 'lib/rake/options.rb', line 15

def job_stats
  @job_stats
end

#load_systemObject

Returns the value of attribute load_system.



16
17
18
# File 'lib/rake/options.rb', line 16

def load_system
  @load_system
end

#nosearchObject

Returns the value of attribute nosearch.



17
18
19
# File 'lib/rake/options.rb', line 17

def nosearch
  @nosearch
end

#rakelibObject

Returns the value of attribute rakelib.



18
19
20
# File 'lib/rake/options.rb', line 18

def rakelib
  @rakelib
end

#show_all_tasksObject

Returns the value of attribute show_all_tasks.



19
20
21
# File 'lib/rake/options.rb', line 19

def show_all_tasks
  @show_all_tasks
end

#show_prereqsObject

Returns the value of attribute show_prereqs.



20
21
22
# File 'lib/rake/options.rb', line 20

def show_prereqs
  @show_prereqs
end

#show_task_patternObject

Returns the value of attribute show_task_pattern.



21
22
23
# File 'lib/rake/options.rb', line 21

def show_task_pattern
  @show_task_pattern
end

#show_tasksObject

Returns the value of attribute show_tasks.



22
23
24
# File 'lib/rake/options.rb', line 22

def show_tasks
  @show_tasks
end

#silentObject

Returns the value of attribute silent.



23
24
25
# File 'lib/rake/options.rb', line 23

def silent
  @silent
end

#suppress_backtrace_patternObject

Returns the value of attribute suppress_backtrace_pattern.



24
25
26
# File 'lib/rake/options.rb', line 24

def suppress_backtrace_pattern
  @suppress_backtrace_pattern
end

#thread_pool_sizeObject

Returns the value of attribute thread_pool_size.



25
26
27
# File 'lib/rake/options.rb', line 25

def thread_pool_size
  @thread_pool_size
end

#traceObject

Returns the value of attribute trace.



26
27
28
# File 'lib/rake/options.rb', line 26

def trace
  @trace
end

#trace_outputObject

Returns the value of attribute trace_output.



27
28
29
# File 'lib/rake/options.rb', line 27

def trace_output
  @trace_output
end

#trace_rulesObject

Returns the value of attribute trace_rules.



28
29
30
# File 'lib/rake/options.rb', line 28

def trace_rules
  @trace_rules
end