Sha256: a3b5acd18c96d4785dc17407583a0f8eb482c33a371570be90abef43522156e9
Contents?: true
Size: 450 Bytes
Versions: 29
Compression:
Stored size: 450 Bytes
Contents
module Spree module Api module V2 module Platform class ShippingMethodSerializer < BaseSerializer attributes :name, :code, :admin_name, :display_on, :tracking_url, :created_at, :updated_at, :deleted_at, :public_metadata, :private_metadata has_many :shipping_categories has_many :shipping_rates belongs_to :tax_category has_one :calculator end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems