Class: CodexNotify::TrustedConfigLoader::ConfigFile
- Inherits:
-
Data
- Object
- Data
- CodexNotify::TrustedConfigLoader::ConfigFile
- Defined in:
- lib/codex_notify/trusted_config_loader.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
17 18 19 |
# File 'lib/codex_notify/trusted_config_loader.rb', line 17 def kind @kind end |
#path ⇒ Object (readonly)
Returns the value of attribute path
17 18 19 |
# File 'lib/codex_notify/trusted_config_loader.rb', line 17 def path @path end |
#values ⇒ Object (readonly)
Returns the value of attribute values
17 18 19 |
# File 'lib/codex_notify/trusted_config_loader.rb', line 17 def values @values end |