Sha256: 2ef664cd2a3b5e52f78a38679f6641affbac88725aaf8a5022636f5c3676595a

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

module Bushido
  class Platform
    class << self
      def app
        ENV['BUSHIDO_APP']
      end


      def key
        ENV['BUSHIDO_APP_KEY']
      end


      def host
        "http://#{ENV['BUSHIDO_HOST'] || 'bushi.do'}"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bushido-0.0.12 lib/bushido/platform.rb
bushido-0.0.11 lib/bushido/platform.rb
bushido-0.0.10 lib/bushido/platform.rb