Class: Crabfarm::RSpec::ReducerSpy::Call
- Inherits:
-
Struct
- Object
- Struct
- Crabfarm::RSpec::ReducerSpy::Call
- Defined in:
- lib/crabfarm/rspec/reducer_spy.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
5 6 7 |
# File 'lib/crabfarm/rspec/reducer_spy.rb', line 5 def params @params end |
#target ⇒ Object
Returns the value of attribute target
5 6 7 |
# File 'lib/crabfarm/rspec/reducer_spy.rb', line 5 def target @target end |