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.



2568
2569
2570
# File 'lib/oktest.rb', line 2568

def color
  @color
end

#createObject

Returns the value of attribute create.



2568
2569
2570
# File 'lib/oktest.rb', line 2568

def create
  @create
end

#fasterObject

Returns the value of attribute faster.



2568
2569
2570
# File 'lib/oktest.rb', line 2568

def faster
  @faster
end

#filterObject

Returns the value of attribute filter.



2568
2569
2570
# File 'lib/oktest.rb', line 2568

def filter
  @filter
end

#generateObject

Returns the value of attribute generate.



2568
2569
2570
# File 'lib/oktest.rb', line 2568

def generate
  @generate
end

#helpObject

Returns the value of attribute help.



2568
2569
2570
# File 'lib/oktest.rb', line 2568

def help
  @help
end

#styleObject

Returns the value of attribute style.



2568
2569
2570
# File 'lib/oktest.rb', line 2568

def style
  @style
end

#versionObject

Returns the value of attribute version.



2568
2569
2570
# File 'lib/oktest.rb', line 2568

def version
  @version
end