Class: Archimate::FileFormats::Sax::NoOp
- Defined in:
- lib/archimate/file_formats/sax/no_op.rb
Instance Attribute Summary
Attributes inherited from Handler
#attrs, #element_type, #name, #parent_handler
Instance Method Summary collapse
- #complete ⇒ Object
-
#initialize(name, attrs, parent_handler) ⇒ NoOp
constructor
A new instance of NoOp.
Methods inherited from Handler
#characters, #diagram, #event, #method_missing, #process_text, #property_definitions, #respond_to_missing?
Constructor Details
#initialize(name, attrs, parent_handler) ⇒ NoOp
Returns a new instance of NoOp.
7 8 9 |
# File 'lib/archimate/file_formats/sax/no_op.rb', line 7 def initialize(name, attrs, parent_handler) super end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Archimate::FileFormats::Sax::Handler
Instance Method Details
#complete ⇒ Object
11 12 13 |
# File 'lib/archimate/file_formats/sax/no_op.rb', line 11 def complete [] end |