Class: Locomotive::Wagon::UpdateSiteDecorator

Inherits:
SiteDecorator
  • Object
show all
Defined in:
lib/locomotive/wagon/decorators/site_decorator.rb

Instance Attribute Summary

Attributes inherited from SiteDecorator

#__base_path__, #__content_assets_pusher__

Instance Method Summary collapse

Methods inherited from SiteDecorator

#allow_dots_in_slugs, #domains, #initialize, #metafields, #metafields_schema, #metafields_ui, #overwrite_same_content_assets, #picture, #routes, #sections_content

Methods included from PersistAssetsConcern

#asset_io, #replace_with_content_assets!, #replace_with_content_assets_in_hash!

Methods included from ToHashConcern

#prepare_value_for_hash, #to_hash

Constructor Details

This class inherits a constructor from Locomotive::Wagon::SiteDecorator

Instance Method Details

#__attributes__Object



80
81
82
# File 'lib/locomotive/wagon/decorators/site_decorator.rb', line 80

def __attributes__
  %i(picture timezone locales metafields_schema metafields metafields_ui asset_host sections_content routes overwrite_same_content_assets allow_dots_in_slugs)
end