Class: Archimate::FileFormats::Sax::SaxEvent
- Inherits:
-
Struct
- Object
- Struct
- Archimate::FileFormats::Sax::SaxEvent
- Defined in:
- lib/archimate/file_formats/sax.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#source ⇒ Object
Returns the value of attribute source.
-
#sym ⇒ Object
Returns the value of attribute sym.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
5 6 7 |
# File 'lib/archimate/file_formats/sax.rb', line 5 def args @args end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/archimate/file_formats/sax.rb', line 5 def source @source end |
#sym ⇒ Object
Returns the value of attribute sym
5 6 7 |
# File 'lib/archimate/file_formats/sax.rb', line 5 def sym @sym end |