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



1052
1053
1054
# File 'lib/a-commons.rb', line 1052

def config_file
  @config_file
end

#nameObject

Returns the value of attribute name



1052
1053
1054
# File 'lib/a-commons.rb', line 1052

def name
  @name
end

#persistent_fileObject

Returns the value of attribute persistent_file



1052
1053
1054
# File 'lib/a-commons.rb', line 1052

def persistent_file
  @persistent_file
end

#versionObject

Returns the value of attribute version



1052
1053
1054
# File 'lib/a-commons.rb', line 1052

def version
  @version
end