Class: Blacklight::Configuration::ToolConfig
Instance Attribute Summary collapse
Instance Method Summary
collapse
#deep_dup, #deep_transform_values, #merge, #merge!, #reverse_merge, #select, #sort_by, #sort_by!, #to_h, #try
Instance Attribute Details
#partial ⇒ Object
7
8
9
|
# File 'lib/blacklight/configuration/tool_config.rb', line 7
def name
super || key
end
|
Instance Method Details
#name ⇒ Object
[View source]
7
8
9
|
# File 'lib/blacklight/configuration/tool_config.rb', line 7
def name
super || key
end
|