Class: RR::DoubleInjection::MethodArguments

Inherits:
Struct
  • Object
show all
Defined in:
lib/rr/double_injection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



14
15
16
# File 'lib/rr/double_injection.rb', line 14

def arguments
  @arguments
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



14
15
16
# File 'lib/rr/double_injection.rb', line 14

def block
  @block
end