Class: Smartest::SimpleStub::StubEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/smartest/simple_stub.rb

Instance Attribute Summary collapse

Instance Attribute Details

#implementationObject

Returns the value of attribute implementation

Returns:

  • (Object)

    the current value of implementation



7
8
9
# File 'lib/smartest/simple_stub.rb', line 7

def implementation
  @implementation
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



7
8
9
# File 'lib/smartest/simple_stub.rb', line 7

def owner
  @owner
end