Sha256: 1b72e6d037f148e51be0c9c44605d0adf2d9cf999f6c3900c109366270df7945
Contents?: true
Size: 187 Bytes
Versions: 1
Compression:
Stored size: 187 Bytes
Contents
# frozen_string_literal: true module Provet class Reason < Provet::Base private def endpoint_name 'reason' end def soft_deletable? true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
provet-client-0.1.0 | lib/provet/reason.rb |