Class: Jekyll::Archimate::ModelEntity
- Inherits:
-
EntityBase
- Object
- EntityBase
- Jekyll::Archimate::ModelEntity
- Defined in:
- lib/jekyll/archimate/archimate_hook.rb
Overview
Represents the overall model
Instance Attribute Summary
Attributes inherited from EntityBase
Instance Method Summary collapse
Methods inherited from EntityBase
Constructor Details
This class inherits a constructor from Jekyll::Archimate::EntityBase
Instance Method Details
#attr_hash ⇒ Object
38 39 40 41 42 |
# File 'lib/jekyll/archimate/archimate_hook.rb', line 38 def attr_hash super.merge( type: "Model" ) end |