Class: FlexMock::PartialMockProxy::ProxyBox::Element

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexmock/partial_mock.rb

Instance Attribute Summary collapse

Instance Attribute Details

#containerObject

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



38
39
40
# File 'lib/flexmock/partial_mock.rb', line 38

def container
  @container
end

#proxyObject

Returns the value of attribute proxy

Returns:

  • (Object)

    the current value of proxy



38
39
40
# File 'lib/flexmock/partial_mock.rb', line 38

def proxy
  @proxy
end