Sha256: e2401fffd8f8d29eb616ff4f6d9d658fafba87477e2af157c75f44eae28794d8

Contents?: true

Size: 211 Bytes

Versions: 11

Compression:

Stored size: 211 Bytes

Contents

# frozen_string_literal: true

module Shark
  module FormService
    class Base < ::Shark::Base
      def self.site
        File.join(::Shark.configuration.form_service.site, '/api')
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bima-shark-sdk-3.1.1 lib/shark/form_service/base.rb
bima-shark-sdk-2.5.0 lib/shark/form_service/base.rb
bima-shark-sdk-3.1.0 lib/shark/form_service/base.rb
bima-shark-sdk-3.0.0 lib/shark/form_service/base.rb
bima-shark-sdk-2.4.4 lib/shark/form_service/base.rb
bima-shark-sdk-2.4.3 lib/shark/form_service/base.rb
bima-shark-sdk-2.4.2 lib/shark/form_service/base.rb
bima-shark-sdk-2.4.1 lib/shark/form_service/base.rb
bima-shark-sdk-2.4.0 lib/shark/form_service/base.rb
bima-shark-sdk-2.3.1 lib/shark/form_service/base.rb
bima-shark-sdk-2.3.0 lib/shark/form_service/base.rb