Class: Rails::CssUnused::Report::Ghost
- Inherits:
-
Struct
- Object
- Struct
- Rails::CssUnused::Report::Ghost
- Defined in:
- lib/rails/css_unused/report.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#source_file ⇒ Object
Returns the value of attribute source_file.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
9 10 11 |
# File 'lib/rails/css_unused/report.rb', line 9 def class_name @class_name end |
#source_file ⇒ Object
Returns the value of attribute source_file
9 10 11 |
# File 'lib/rails/css_unused/report.rb', line 9 def source_file @source_file end |