Class: CodexNotify::EnvSourceLoader::LookupResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/codex_notify/env_source_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



11
12
13
# File 'lib/codex_notify/env_source_loader.rb', line 11

def source
  @source
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



11
12
13
# File 'lib/codex_notify/env_source_loader.rb', line 11

def value
  @value
end