Module: Silkey

Defined in:
lib/silkey/models/settings.rb,
lib/silkey.rb,
lib/silkey/sdk.rb,
lib/silkey/configuration.rb,
lib/silkey/models/sso_params.rb,
lib/silkey/models/jwt_payload.rb

Overview

:nodoc: all

Defined Under Namespace

Modules: Models Classes: Configuration, SDK, Settings

Class Method Summary collapse

Class Method Details

.abi_pathObject



19
20
21
# File 'lib/silkey.rb', line 19

def self.abi_path
  File.join root_path, 'lib/silkey/abi'
end

.bin_pathObject



11
12
13
# File 'lib/silkey.rb', line 11

def self.bin_path
  File.join root_path, 'bin'
end

.lib_pathObject



15
16
17
# File 'lib/silkey.rb', line 15

def self.lib_path
  File.join root_path, 'lib'
end

.root_pathObject



7
8
9
# File 'lib/silkey.rb', line 7

def self.root_path
  File.dirname __dir__
end