Sha256: 1fc8aeae284a541684416cc7a3531a1806bd8310ad9e2258e5d33ad3c5d19a31

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 Bytes

Contents

# frozen_string_literal: true

module Archangel
  module Liquid
    module Drops
      ##
      # Liquid drop for a Site
      #
      class SiteDrop < Archangel::Liquid::Drop
        attributes :locale, :meta_description, :meta_keywords, :name

        # Original size Site logo URL
        #
        # @return [String] the original Site logo URL
        #
        def logo
          object.logo.url
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archangel-0.0.8 lib/archangel/liquid/drops/site_drop.rb