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



6
7
8
# File 'lib/rr/double_injection.rb', line 6

def arguments
  @arguments
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



6
7
8
# File 'lib/rr/double_injection.rb', line 6

def block
  @block
end