Sha256: c18a996eb4f082e607f415595923a0db1035c7228806596f56feb90f93dfe89f

Contents?: true

Size: 514 Bytes

Versions: 4

Compression:

Stored size: 514 Bytes

Contents

# @Author: Esteban GONZALEZ <esteban>
# @Date:   Sunday, November 5th 2017, 2:26:39 pm
# @Email:  gonzal_e@etna-alternance.net
# @Project: RubyCryptowatch
# @Last modified by:   esteban
# @Last modified time: Sunday, November 5th 2017, 7:39:39 pm
require 'logger'

module Cryptowatch
  module Messages

    LOG = Logger.new(STDOUT)

    GET                       = "GET => "
    ERROR_NO_URL              = "Can not execute a 'GET' request without url."
    ERROR_UNKNOW_MARKET_ROUTE = "Unknow route: "

  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
cryptowatch-ruby-0.0.3 lib/cryptowatch/messages.rb
cryptowatch-0.0.3.1 lib/cryptowatch/messages.rb
cryptowatch-0.0.3 lib/cryptowatch/messages.rb
cryptowatch-0.0.2 lib/cryptowatch/messages.rb