Sha256: 396992efec17a68c840b46a32dd74adb349d08f1091396e95f34caaad6f0f0ba

Contents?: true

Size: 250 Bytes

Versions: 11

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

module Shark
  module FormService
    module V2
      class Base < FormService::Base
        def self.site
          File.join(::Shark.configuration.form_service.site, '/api/v2')
        end
      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/v2/base.rb
bima-shark-sdk-2.5.0 lib/shark/form_service/v2/base.rb
bima-shark-sdk-3.1.0 lib/shark/form_service/v2/base.rb
bima-shark-sdk-3.0.0 lib/shark/form_service/v2/base.rb
bima-shark-sdk-2.4.4 lib/shark/form_service/v2/base.rb
bima-shark-sdk-2.4.3 lib/shark/form_service/v2/base.rb
bima-shark-sdk-2.4.2 lib/shark/form_service/v2/base.rb
bima-shark-sdk-2.4.1 lib/shark/form_service/v2/base.rb
bima-shark-sdk-2.4.0 lib/shark/form_service/v2/base.rb
bima-shark-sdk-2.3.1 lib/shark/form_service/v2/base.rb
bima-shark-sdk-2.3.0 lib/shark/form_service/v2/base.rb