Class: FormatterOptions

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

Class Method Summary collapse

Class Method Details

.from_parent(parent) ⇒ Object



81
82
83
# File 'lib/hyrum.rb', line 81

def self.from_parent(parent)
  new(parent.to_h.slice(:format, :verbose, :show_scores))
end