Sha256: bf5a1fa1c503cc40004cb6f0b8bc830c5038d328852fcf8caa7e613701114154

Contents?: true

Size: 205 Bytes

Versions: 5

Compression:

Stored size: 205 Bytes

Contents

module Avo
  module Licensing
    class ProLicense < License
      def abilities
        [
          :authorization,
          :custom_tools,
          :custom_fields
        ]
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
avo-1.4.4 lib/avo/licensing/pro_license.rb
avo-1.4.3 lib/avo/licensing/pro_license.rb
avo-1.4.2 lib/avo/licensing/pro_license.rb
avo-1.4.1 lib/avo/licensing/pro_license.rb
avo-1.4.0 lib/avo/licensing/pro_license.rb