Class: RSpec::Core::SharedContext::Recording
- Inherits:
 - 
      Struct
        
- Object
 - Struct
 - RSpec::Core::SharedContext::Recording
 
 - Defined in:
 - lib/rspec/core/shared_context.rb
 
Instance Attribute Summary (collapse)
- 
  
      - (Object) args 
  
    
Returns the value of attribute args.
 - 
  
      - (Object) block 
  
    
Returns the value of attribute block.
 - 
  
      - (Object) method_name 
  
    
Returns the value of attribute method_name.
 
Instance Attribute Details
- (Object) args
Returns the value of attribute 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
      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
      32 33 34  | 
    
      # File 'lib/rspec/core/shared_context.rb', line 32 def method_name @method_name end  |