Class: RR::Injections::DoubleInjection::MethodArguments

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



99
100
101
# File 'lib/rr/injections/double_injection.rb', line 99

def arguments
  @arguments
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



99
100
101
# File 'lib/rr/injections/double_injection.rb', line 99

def block
  @block
end

#keyword_argumentsObject

Returns the value of attribute keyword_arguments

Returns:

  • (Object)

    the current value of keyword_arguments



99
100
101
# File 'lib/rr/injections/double_injection.rb', line 99

def keyword_arguments
  @keyword_arguments
end