Class: TestModule::SystemUnderTest
- Inherits:
-
Object
- Object
- TestModule::SystemUnderTest
- Defined in:
- lib/test_module/test_slim.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
Instance Method Summary collapse
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute.
5 6 7 |
# File 'lib/test_module/test_slim.rb', line 5 def attribute @attribute end |
Instance Method Details
#sut_method ⇒ Object
6 7 8 |
# File 'lib/test_module/test_slim.rb', line 6 def sut_method true end |