Sha256: 74b673daf120d0679b7cea93e91ea97dcacfa8c801d759d0e6d536310d419f4a

Contents?: true

Size: 266 Bytes

Versions: 2

Compression:

Stored size: 266 Bytes

Contents

module Bushido
  class Platform #:nodoc:
    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

2 entries across 2 versions & 1 rubygems

Version Path
bushido-0.0.14 lib/bushido/platform.rb
bushido-0.0.13 lib/bushido/platform.rb