Sha256: 6a40f0f08f22c84753ac7792f35e21fc4d462ecd7214fb2991bd89f9ede17350

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

require 'anima'

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

      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.1.0 lib/pansophy_authenticator/configuration/instance.rb