Class: Metanorma::BasicDocument::Change::ContentAction
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Metanorma::BasicDocument::Change::ContentAction
- 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
.values ⇒ Object
15 16 17 |
# File 'lib/metanorma/basic_document/change/content_action.rb', line 15 def self.values %w[insert delete] end |