Class: Sevgi::Graphics::Document::Base
- Defined in:
- lib/sevgi/graphics/document/base.rb
Direct Known Subclasses
Constant Summary
Constants inherited from Element
Instance Attribute Summary
Attributes included from Profile::DSL
Attributes inherited from Element
#attributes, #children, #contents, #name, #parent
Instance Method Summary collapse
Methods inherited from Proto
Methods included from Profile::DSL
Methods inherited from Element
#initialize, #method_missing, #respond_to_missing?
Methods included from Element::Ident
Constructor Details
This class inherits a constructor from Sevgi::Graphics::Element
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Sevgi::Graphics::Element
Instance Method Details
#Process(**options) ⇒ Object
45 46 47 48 |
# File 'lib/sevgi/graphics/document/base.rb', line 45 def Process(**) self.Validate if [:validate] self.Lint if [:lint] end |