Class: ThemeCheck::AssetSizeJavaScript::Script
- Inherits:
-
Struct
- Object
- Struct
- ThemeCheck::AssetSizeJavaScript::Script
- Defined in:
- lib/theme_check/checks/asset_size_javascript.rb
Instance Attribute Summary collapse
-
#match ⇒ Object
Returns the value of attribute match.
-
#src ⇒ Object
Returns the value of attribute src.
Instance Attribute Details
#match ⇒ Object
Returns the value of attribute match
12 13 14 |
# File 'lib/theme_check/checks/asset_size_javascript.rb', line 12 def match @match end |
#src ⇒ Object
Returns the value of attribute src
12 13 14 |
# File 'lib/theme_check/checks/asset_size_javascript.rb', line 12 def src @src end |