Class: Blacklight::Configuration::ToolConfig

Inherits:
OpenStructWithHashAccess show all
Defined in:
lib/blacklight/configuration/tool_config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from OpenStructWithHashAccess

#deep_dup, #deep_transform_values, #merge, #merge!, #reverse_merge, #select, #sort_by, #sort_by!, #to_h, #try

Instance Attribute Details

#partialObject



7
8
9
# File 'lib/blacklight/configuration/tool_config.rb', line 7

def name
  super || key
end

Instance Method Details

#nameObject



7
8
9
# File 'lib/blacklight/configuration/tool_config.rb', line 7

def name
  super || key
end