Class: ThemeCheck::ShopifyLiquid::SourceIndex::ParameterEntry
- Inherits:
-
BaseEntry
- Object
- BaseEntry
- ThemeCheck::ShopifyLiquid::SourceIndex::ParameterEntry
- Defined in:
- lib/theme_check/shopify_liquid/source_index/parameter_entry.rb
Constant Summary
Constants inherited from BaseEntry
BaseEntry::SHOPIFY_DEV_ROOT_URL
Instance Attribute Summary
Attributes inherited from BaseEntry
Instance Method Summary collapse
Methods inherited from BaseEntry
#deprecated?, #deprecation_reason, #description, #initialize, #name, #return_type_instance
Constructor Details
This class inherits a constructor from ThemeCheck::ShopifyLiquid::SourceIndex::BaseEntry
Instance Method Details
#shopify_dev_url ⇒ Object
11 12 13 |
# File 'lib/theme_check/shopify_liquid/source_index/parameter_entry.rb', line 11 def shopify_dev_url "#{SHOPIFY_DEV_ROOT_URL}/filters/#{hash['name']}" end |
#summary ⇒ Object
7 8 9 |
# File 'lib/theme_check/shopify_liquid/source_index/parameter_entry.rb', line 7 def summary nil end |