Module: ProveKeybase

Defined in:
lib/prove_keybase/engine.rb,
lib/prove_keybase/version.rb,
lib/prove_keybase/configuration.rb,
lib/prove_keybase/is_keybase_provable.rb

Defined Under Namespace

Modules: Model Classes: ApiV1ProofsController, BaseJob, BaseRecord, ConfigController, ConfigSerializer, Configuration, Engine, ExpectedProofLiveError, KeybaseAdapter, KeybaseBaseController, KeybaseClient, KeybaseProof, ProofsController, SerializableUser, UpdateFromKeybaseJob, UserSerializer

Constant Summary collapse

VERSION =
'0.1.3'.freeze

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



3
4
5
# File 'lib/prove_keybase/configuration.rb', line 3

def configuration
  @configuration
end

Class Method Details

.setup {|configuration| ... } ⇒ Object

Yields:



6
7
8
9
# File 'lib/prove_keybase/configuration.rb', line 6

def self.setup
  self.configuration ||= Configuration.new
  yield(configuration)
end