Sha256: 27eba8d27bcb4c5c916794a95cf92f7b8fde2e95957283bebf3c936deea20389

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

# frozen_string_literal: true

module Archangel
  module Liquid
    module Drops
      ##
      # Liquid drop for a Site
      #
      class SiteDrop < Archangel::Liquid::Drop
        attributes :locale, :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.4.0 lib/archangel/liquid/drops/site_drop.rb