Class: CodexNotify::TrustedConfigLoader::ConfigFile

Inherits:
Data
  • Object
show all
Defined in:
lib/codex_notify/trusted_config_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



17
18
19
# File 'lib/codex_notify/trusted_config_loader.rb', line 17

def kind
  @kind
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/codex_notify/trusted_config_loader.rb', line 17

def path
  @path
end

#valuesObject (readonly)

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



17
18
19
# File 'lib/codex_notify/trusted_config_loader.rb', line 17

def values
  @values
end