Class: RSpec::Core::SharedContext::Recording

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/core/shared_context.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) args

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args

32
33
34
# File 'lib/rspec/core/shared_context.rb', line 32
def args
  @args
end

- (Object) block

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block

32
33
34
# File 'lib/rspec/core/shared_context.rb', line 32
def block
  @block
end

- (Object) method_name

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name

32
33
34
# File 'lib/rspec/core/shared_context.rb', line 32
def method_name
  @method_name
end