Class: Oktest::MainApp::Options

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



2713
2714
2715
# File 'lib/oktest.rb', line 2713

def color
  @color
end

#fasterObject

Returns the value of attribute faster.



2713
2714
2715
# File 'lib/oktest.rb', line 2713

def faster
  @faster
end

#filterObject

Returns the value of attribute filter.



2713
2714
2715
# File 'lib/oktest.rb', line 2713

def filter
  @filter
end

#generateObject

Returns the value of attribute generate.



2713
2714
2715
# File 'lib/oktest.rb', line 2713

def generate
  @generate
end

#helpObject

Returns the value of attribute help.



2713
2714
2715
# File 'lib/oktest.rb', line 2713

def help
  @help
end

#skeletonObject

Returns the value of attribute skeleton.



2713
2714
2715
# File 'lib/oktest.rb', line 2713

def skeleton
  @skeleton
end

#styleObject

Returns the value of attribute style.



2713
2714
2715
# File 'lib/oktest.rb', line 2713

def style
  @style
end

#versionObject

Returns the value of attribute version.



2713
2714
2715
# File 'lib/oktest.rb', line 2713

def version
  @version
end