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



1133
1134
1135
# File 'lib/a-commons.rb', line 1133

def config_file
  @config_file
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



1133
1134
1135
# File 'lib/a-commons.rb', line 1133

def name
  @name
end

#persistent_fileObject

Returns the value of attribute persistent_file

Returns:

  • (Object)

    the current value of persistent_file



1133
1134
1135
# File 'lib/a-commons.rb', line 1133

def persistent_file
  @persistent_file
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



1133
1134
1135
# File 'lib/a-commons.rb', line 1133

def version
  @version
end