Class: Jeka::Test
- Inherits:
-
Object
- Object
- Jeka::Test
- Defined in:
- lib/jeka/test.rb
Instance Attribute Summary collapse
-
#database ⇒ Object
readonly
Returns the value of attribute database.
-
#input ⇒ Object
Returns the value of attribute input.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(name) ⇒ Test
constructor
A new instance of Test.
- #jekafy ⇒ Object
Constructor Details
#initialize(name) ⇒ Test
Returns a new instance of Test.
8 9 10 |
# File 'lib/jeka/test.rb', line 8 def initialize(name) @name = name end |
Instance Attribute Details
#database ⇒ Object (readonly)
Returns the value of attribute database.
3 4 5 |
# File 'lib/jeka/test.rb', line 3 def database @database end |
#input ⇒ Object
Returns the value of attribute input.
4 5 6 |
# File 'lib/jeka/test.rb', line 4 def input @input end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/jeka/test.rb', line 6 def name @name end |
#output ⇒ Object
Returns the value of attribute output.
5 6 7 |
# File 'lib/jeka/test.rb', line 5 def output @output end |