Class: RR::Injections::DoubleInjection::MethodArguments
- Inherits:
-
Struct
- Object
- Struct
- RR::Injections::DoubleInjection::MethodArguments
- Defined in:
- lib/rr/injections/double_injection.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#block ⇒ Object
Returns the value of attribute block.
-
#keyword_arguments ⇒ Object
Returns the value of attribute keyword_arguments.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
99 100 101 |
# File 'lib/rr/injections/double_injection.rb', line 99 def arguments @arguments end |
#block ⇒ Object
Returns the value of attribute block
99 100 101 |
# File 'lib/rr/injections/double_injection.rb', line 99 def block @block end |
#keyword_arguments ⇒ Object
Returns the value of attribute keyword_arguments
99 100 101 |
# File 'lib/rr/injections/double_injection.rb', line 99 def keyword_arguments @keyword_arguments end |