Sha256: f6e861741b3e4211c42d87b4dbdfc122af728abb103b6df73bbf883f26fa75ad

Contents?: true

Size: 340 Bytes

Versions: 315

Compression:

Stored size: 340 Bytes

Contents

module ForestLiana
  class StripeBaseGetter < IntegrationBaseGetter
    private

    def field
      ForestLiana.integrations[:stripe][:mapping].select { |value|
        value.split('.')[0] == ForestLiana::SchemaUtils
          .find_model_from_collection_name(@params[:collection]).try(:name)
      }.first.split('.')[1]
    end
  end
end

Version data entries

315 entries across 315 versions & 1 rubygems

Version Path
forest_liana-9.11.1 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.11.0 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.10.6 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.10.5 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.10.4 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.10.3 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.10.2 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.10.1 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.10.0 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.9.1 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.9.0 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.8.0 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.7.0 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.6.4 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.6.3 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.6.0 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.5.7 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.5.6 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.5.5 app/services/forest_liana/stripe_base_getter.rb
forest_liana-9.5.4 app/services/forest_liana/stripe_base_getter.rb