Class: Rails::CssUnused::StylesheetScanner::DefinedClass
- Inherits:
-
Struct
- Object
- Struct
- Rails::CssUnused::StylesheetScanner::DefinedClass
- Defined in:
- lib/rails/css_unused/stylesheet_scanner.rb
Overview
Result struct — class name plus the file it was found in.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#source_file ⇒ Object
Returns the value of attribute source_file.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
43 44 45 |
# File 'lib/rails/css_unused/stylesheet_scanner.rb', line 43 def name @name end |
#source_file ⇒ Object
Returns the value of attribute source_file
43 44 45 |
# File 'lib/rails/css_unused/stylesheet_scanner.rb', line 43 def source_file @source_file end |