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