module EnvironmentInformation::GUI::UniversalWidgets::EnvironmentInformationModule
Constants
- FONT_SIZE
#¶ ↑
FONT_SIZE
¶ ↑#¶ ↑
- LARGER_FONT
#¶ ↑
LARGER_FONT
¶ ↑#¶ ↑
- N
#¶ ↑
N
¶ ↑#¶ ↑
- SMALLER_FONT
#¶ ↑
SMALLER_FONT
¶ ↑#¶ ↑
- TITLE
#¶ ↑
TITLE
¶ ↑#¶ ↑
- USE_THIS_FONT
#¶ ↑
USE_THIS_FONT
¶ ↑#¶ ↑
Public Instance Methods
assign_the_environment_information_dataset_to_the_data_variable()
click to toggle source
#¶ ↑
assign_the_environment_information_dataset_to_the_data_variable
¶ ↑
#¶ ↑
# File lib/environment_information/gui/shared_code/environment_information/environment_information_module.rb, line 67 def assign_the_environment_information_dataset_to_the_data_variable @data = ::EnvironmentInformation.initialize_hash end
border_size?()
click to toggle source
favicon?()
click to toggle source
padding?()
click to toggle source
reset_the_variables()
click to toggle source
#¶ ↑
reset_the_variables
¶ ↑
#¶ ↑
# File lib/environment_information/gui/shared_code/environment_information/environment_information_module.rb, line 53 def reset_the_variables # ======================================================================= # # === @display_information_on_the_commandline # # If the next variable is set to true then information will be # displayed on the commandline. # ======================================================================= # @display_information_on_the_commandline = true assign_the_environment_information_dataset_to_the_data_variable end