Class: Smartest::SimpleStub::StubEntry
- Inherits:
-
Struct
- Object
- Struct
- Smartest::SimpleStub::StubEntry
- Defined in:
- lib/smartest/simple_stub.rb
Instance Attribute Summary collapse
-
#implementation ⇒ Object
Returns the value of attribute implementation.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#implementation ⇒ Object
Returns the value of attribute implementation
7 8 9 |
# File 'lib/smartest/simple_stub.rb', line 7 def implementation @implementation end |
#owner ⇒ Object
Returns the value of attribute owner
7 8 9 |
# File 'lib/smartest/simple_stub.rb', line 7 def owner @owner end |