Class: Arclight::MissingIdStrategy

Inherits:
Object
  • Object
show all
Defined in:
lib/arclight/missing_id_strategy.rb

Overview

A class to configure a selected MissingIdStrategy. Defaults to Arclight::HashAbsoluteXpath This can be updated in an initializer to be any other class

Class Attribute Summary collapse

Class Attribute Details

.selectedObject



14
15
16
17
18
# File 'lib/arclight/missing_id_strategy.rb', line 14

def selected
  return Arclight::HashAbsoluteXpath unless defined? @selected

  @selected
end