Sha256: 340222a5b50daddf45b6337cbeb67df05b6421fcd037637f81b100fd4b332cae

Contents?: true

Size: 205 Bytes

Versions: 5

Compression:

Stored size: 205 Bytes

Contents

require_relative "./base"

module Core
  module Client
    module V2
      class ProjectAllocation < Base
        def self.table_name
          "project-allocations"
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
core-client-0.2.3 lib/core/client/v2/project_allocation.rb
core-client-0.2.2 lib/core/client/v2/project_allocation.rb
core-client-0.2.1 lib/core/client/v2/project_allocation.rb
core-client-0.2.0 lib/core/client/v2/project_allocation.rb
core-client-0.1.0 lib/core/client/v2/project_allocation.rb