Class: TestMe::Context
- Inherits:
-
Object
- Object
- TestMe::Context
- Defined in:
- lib/logic.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
-
#stubs ⇒ Object
Returns the value of attribute stubs.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block.
111 112 113 |
# File 'lib/logic.rb', line 111 def block @block end |
#name ⇒ Object
Returns the value of attribute name.
111 112 113 |
# File 'lib/logic.rb', line 111 def name @name end |
#stubs ⇒ Object
Returns the value of attribute stubs.
111 112 113 |
# File 'lib/logic.rb', line 111 def stubs @stubs end |