Class: CodexNotify::EnvSourceLoader::Source
- Inherits:
-
Struct
- Object
- Struct
- CodexNotify::EnvSourceLoader::Source
- Defined in:
- lib/codex_notify/env_source_loader.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#path ⇒ Object
Returns the value of attribute path.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
10 11 12 |
# File 'lib/codex_notify/env_source_loader.rb', line 10 def kind @kind end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/codex_notify/env_source_loader.rb', line 10 def path @path end |
#values ⇒ Object
Returns the value of attribute values
10 11 12 |
# File 'lib/codex_notify/env_source_loader.rb', line 10 def values @values end |