Sha256: 3a49218fc5abc7abd181a8455973ea5624d7f51630d19580acd7064e06c8d931
Contents?: true
Size: 308 Bytes
Versions: 1
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module TranslationCms module Api module Customers module AffiliateProgram class Base < TranslationCms::Api::Base custom_scope! 'customers/affilate_program' resource_type! :affilate_program_members end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | lib/translation_cms/api/customers/affiliate_program/base.rb |