Class: Maglev::FetchStyle
- Inherits:
-
Object
- Object
- Maglev::FetchStyle
- Includes:
- Injectable
- Defined in:
- app/services/maglev/fetch_style.rb
Overview
Fetch the style of a site. Use default values from the theme if needed.
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
11 12 13 14 15 |
# File 'app/services/maglev/fetch_style.rb', line 11 def call Maglev::Site::StyleValue::Store.new( build_style_value_list ) end |