Class: EasyCreds::SyncConfig
- Inherits:
-
Data
- Object
- Data
- EasyCreds::SyncConfig
- Defined in:
- lib/easy_creds/config.rb
Instance Attribute Summary collapse
-
#credentials_item ⇒ Object
readonly
Returns the value of attribute credentials_item.
-
#default_env ⇒ Object
readonly
Returns the value of attribute default_env.
-
#ignore_keys ⇒ Object
readonly
Returns the value of attribute ignore_keys.
-
#vault ⇒ Object
readonly
Returns the value of attribute vault.
Instance Attribute Details
#credentials_item ⇒ Object (readonly)
Returns the value of attribute credentials_item
7 8 9 |
# File 'lib/easy_creds/config.rb', line 7 def credentials_item @credentials_item end |
#default_env ⇒ Object (readonly)
Returns the value of attribute default_env
7 8 9 |
# File 'lib/easy_creds/config.rb', line 7 def default_env @default_env end |
#ignore_keys ⇒ Object (readonly)
Returns the value of attribute ignore_keys
7 8 9 |
# File 'lib/easy_creds/config.rb', line 7 def ignore_keys @ignore_keys end |
#vault ⇒ Object (readonly)
Returns the value of attribute vault
7 8 9 |
# File 'lib/easy_creds/config.rb', line 7 def vault @vault end |