Class: TLDR::WIPTest
- Inherits:
-
Struct
- Object
- Struct
- TLDR::WIPTest
- Defined in:
- lib/tldr/value/wip_test.rb
Instance Attribute Summary collapse
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#test ⇒ Object
Returns the value of attribute test.
Instance Attribute Details
#start_time ⇒ Object
Returns the value of attribute start_time
2 3 4 |
# File 'lib/tldr/value/wip_test.rb', line 2 def start_time @start_time end |
#test ⇒ Object
Returns the value of attribute test
2 3 4 |
# File 'lib/tldr/value/wip_test.rb', line 2 def test @test end |