Class: Metanorma::BasicDocument::Change::ContentAction

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/metanorma/basic_document/change/content_action.rb

Overview

Specifies the kind of textual change to be undertaken.

Class Method Summary collapse

Class Method Details

.valuesObject



15
16
17
# File 'lib/metanorma/basic_document/change/content_action.rb', line 15

def self.values
  %w[insert delete]
end