Class: Archimate::FileFormats::Sax::SaxEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/archimate/file_formats/sax.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



6
7
8
# File 'lib/archimate/file_formats/sax.rb', line 6

def args
  @args
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



6
7
8
# File 'lib/archimate/file_formats/sax.rb', line 6

def source
  @source
end

#symObject

Returns the value of attribute sym

Returns:

  • (Object)

    the current value of sym



6
7
8
# File 'lib/archimate/file_formats/sax.rb', line 6

def sym
  @sym
end