Class: Isaac::ConfigFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/staticweb.rb

Instance Attribute Summary collapse

Instance Attribute Details

#config_setting_nameObject

Returns the value of attribute config_setting_name

Returns:

  • (Object)

    the current value of config_setting_name



41
42
43
# File 'lib/staticweb.rb', line 41

def config_setting_name
  @config_setting_name
end

#config_setting_valueObject

Returns the value of attribute config_setting_value

Returns:

  • (Object)

    the current value of config_setting_value



41
42
43
# File 'lib/staticweb.rb', line 41

def config_setting_value
  @config_setting_value
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



41
42
43
# File 'lib/staticweb.rb', line 41

def file_name
  @file_name
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



41
42
43
# File 'lib/staticweb.rb', line 41

def file_path
  @file_path
end