Class: Oktest::MainApp::Options
- Inherits:
-
Object
- Object
- Oktest::MainApp::Options
- Defined in:
- lib/oktest.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#faster ⇒ Object
Returns the value of attribute faster.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#generate ⇒ Object
Returns the value of attribute generate.
-
#help ⇒ Object
Returns the value of attribute help.
-
#skeleton ⇒ Object
Returns the value of attribute skeleton.
-
#style ⇒ Object
Returns the value of attribute style.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
2713 2714 2715 |
# File 'lib/oktest.rb', line 2713 def color @color end |
#faster ⇒ Object
Returns the value of attribute faster.
2713 2714 2715 |
# File 'lib/oktest.rb', line 2713 def faster @faster end |
#filter ⇒ Object
Returns the value of attribute filter.
2713 2714 2715 |
# File 'lib/oktest.rb', line 2713 def filter @filter end |
#generate ⇒ Object
Returns the value of attribute generate.
2713 2714 2715 |
# File 'lib/oktest.rb', line 2713 def generate @generate end |
#help ⇒ Object
Returns the value of attribute help.
2713 2714 2715 |
# File 'lib/oktest.rb', line 2713 def help @help end |
#skeleton ⇒ Object
Returns the value of attribute skeleton.
2713 2714 2715 |
# File 'lib/oktest.rb', line 2713 def skeleton @skeleton end |
#style ⇒ Object
Returns the value of attribute style.
2713 2714 2715 |
# File 'lib/oktest.rb', line 2713 def style @style end |
#version ⇒ Object
Returns the value of attribute version.
2713 2714 2715 |
# File 'lib/oktest.rb', line 2713 def version @version end |