Class: Kontrast::LazyTest
- Inherits:
-
Struct
- Object
- Struct
- Kontrast::LazyTest
- Defined in:
- lib/kontrast/test_builder.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
3 4 5 |
# File 'lib/kontrast/test_builder.rb', line 3 def block @block end |
#headers ⇒ Object
Returns the value of attribute headers
3 4 5 |
# File 'lib/kontrast/test_builder.rb', line 3 def headers @headers end |
#prefix ⇒ Object
Returns the value of attribute prefix
3 4 5 |
# File 'lib/kontrast/test_builder.rb', line 3 def prefix @prefix end |