Module: Credentials
- Defined in:
- lib/credentials.rb,
lib/credentials/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- NESTING_DELIMINATOR =
'.'- VERSION =
"0.1.2"
Class Method Summary collapse
Class Method Details
.all ⇒ Object
15 16 17 |
# File 'lib/credentials.rb', line 15 def all secrets end |
.get(*args) ⇒ Object
10 11 12 13 |
# File 'lib/credentials.rb', line 10 def get(*args) keys = get_key_array(args) get_value keys end |