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.
-
#create ⇒ Object
Returns the value of attribute create.
-
#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.
-
#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.
2204 2205 2206 |
# File 'lib/oktest.rb', line 2204 def color @color end |
#create ⇒ Object
Returns the value of attribute create.
2204 2205 2206 |
# File 'lib/oktest.rb', line 2204 def create @create end |
#faster ⇒ Object
Returns the value of attribute faster.
2204 2205 2206 |
# File 'lib/oktest.rb', line 2204 def faster @faster end |
#filter ⇒ Object
Returns the value of attribute filter.
2204 2205 2206 |
# File 'lib/oktest.rb', line 2204 def filter @filter end |
#generate ⇒ Object
Returns the value of attribute generate.
2204 2205 2206 |
# File 'lib/oktest.rb', line 2204 def generate @generate end |
#help ⇒ Object
Returns the value of attribute help.
2204 2205 2206 |
# File 'lib/oktest.rb', line 2204 def help @help end |
#style ⇒ Object
Returns the value of attribute style.
2204 2205 2206 |
# File 'lib/oktest.rb', line 2204 def style @style end |
#version ⇒ Object
Returns the value of attribute version.
2204 2205 2206 |
# File 'lib/oktest.rb', line 2204 def version @version end |