Sha256: 6a00e95c8a397c17de08241c07e067a2036669b5901404da48e5b4b629210db2
Contents?: true
Size: 323 Bytes
Versions: 34
Compression:
Stored size: 323 Bytes
Contents
module Spree module Api module V2 module Platform class TaxonImageSerializer < BaseSerializer include ::Spree::Api::V2::TaxonImageTransformationConcern set_type :taxon_image attributes :alt, :created_at, :updated_at, :original_url end end end end end
Version data entries
34 entries across 34 versions & 3 rubygems