Class: CodexNotify::EnvSourceLoader::Source

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

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



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

def values
  @values
end