Sha256: eafa71a508b691623dc535fc1cccb5bb29ad7b77053f1eae4d356f1d0c585fb5
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
require 'forest_liana/engine' module Forest end module ForestLiana module UserSpace end mattr_accessor :secret_key mattr_accessor :auth_key mattr_accessor :integrations mattr_accessor :apimap mattr_accessor :allowed_users mattr_accessor :models mattr_accessor :excluded_models mattr_accessor :included_models # Legacy. mattr_accessor :jwt_signing_key self.apimap = [] self.allowed_users = [] self.models = [] self.excluded_models = [] self.included_models = [] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
forest_liana-1.4.4 | lib/forest_liana.rb |
forest_liana-1.3.49 | lib/forest_liana.rb |
forest_liana-1.3.48 | lib/forest_liana.rb |
forest_liana-1.3.47 | lib/forest_liana.rb |