Class: Application::ApplicationParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/a-commons.rb

Instance Attribute Summary collapse

Instance Attribute Details

#config_fileObject

Returns the value of attribute config_file

Returns:

  • (Object)

    the current value of config_file



935
936
937
# File 'lib/a-commons.rb', line 935

def config_file
  @config_file
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



935
936
937
# File 'lib/a-commons.rb', line 935

def name
  @name
end

#persistent_fileObject

Returns the value of attribute persistent_file

Returns:

  • (Object)

    the current value of persistent_file



935
936
937
# File 'lib/a-commons.rb', line 935

def persistent_file
  @persistent_file
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



935
936
937
# File 'lib/a-commons.rb', line 935

def version
  @version
end