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