Method: PDK::Config::Namespace#file

Defined in:
lib/pdk/config/namespace.rb

#fileString (readonly)

Returns the path to the file associated with the contents of this namespace.

Returns:

  • (String)

    the path to the file associated with the contents of this namespace.



11
12
13
# File 'lib/pdk/config/namespace.rb', line 11

def file
  @file
end