Module: Lutaml::Xml::Type::Configurable
- Included in:
- Model::Type::Value
- Defined in:
- lib/lutaml/xml/type/configurable.rb
Overview
XML configuration concern for Type::Value classes
Include this module in Type::Value to provide XML configuration methods that support inheritance from parent types.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
Hook to extend including class with ClassMethods.
Class Method Details
.included(base) ⇒ Object
Hook to extend including class with ClassMethods
23 24 25 |
# File 'lib/lutaml/xml/type/configurable.rb', line 23 def self.included(base) base.extend(ClassMethods) end |