module CryptograpiRuby

Constants

CRYPTOGRAPI_HOST
VERSION

Attributes

api_token[RW]
project_id[RW]

Public Class Methods

config() { |self| ... } click to toggle source

Let's provide a straightforward way to provide options, like CryptograpiRuby.config do |c|

c.api_token = '123'
c.project_id = '345'

end

# File lib/cryptograpi_ruby.rb, line 14
def config
  yield self
end