Class: RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage
- Inherits:
- 
      Struct
        - Object
- Struct
- RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage
 
- Defined in:
- lib/rspec/core/formatters/deprecation_formatter.rb
Instance Attribute Summary (collapse)
- 
  
      - (Object) type 
  
    Returns the value of attribute type. 
Instance Attribute Details
- (Object) type
Returns the value of attribute type
| 92 93 94 | # File 'lib/rspec/core/formatters/deprecation_formatter.rb', line 92 def type @type end |