Sha256: 4a3c820cc60556a728e75cb8f46cc54bf2ea208f5708c7729495d346afce4456
Contents?: true
Size: 166 Bytes
Versions: 50
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true module Avo class CoverPhoto < PhotoObject def key = :cover_photo def size options.fetch(:size, :md) end end end
Version data entries
50 entries across 50 versions & 1 rubygems