class Onoma::Migration::Actions::NomenclatureRemoval
Attributes
Public Class Methods
Source
# File lib/onoma/migration/actions/nomenclature_removal.rb, line 7 def initialize(element) @nomenclature = element['nomenclature'] raise 'No given nomenclature' if @nomenclature.blank? end
Public Instance Methods
Source
# File lib/onoma/migration/actions/nomenclature_removal.rb, line 14 def human_name "Remove nomenclature #{@name}" end