Sha256: ca42e4f8ddf478b422c8a837d5dcf8f9f3cbacd1fa73b14e67d66f3be1a26fa1

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

require 'anima'

module PansophyAuthenticator
  module Configuration
    class Instance
      include Anima.new :local, :bucket_name, :file_path, :application, :cache_store

      def local?
        @local
      end

      def remote?
        !local?
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pansophy_authenticator-0.2.0 lib/pansophy_authenticator/configuration/instance.rb