Class: Archimate::FileFormats::Sax::FutureReference

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

Instance Attribute Summary collapse

Instance Attribute Details

#attrObject

Returns the value of attribute attr

Returns:

  • (Object)

    the current value of attr



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

def attr
  @attr
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#objObject

Returns the value of attribute obj

Returns:

  • (Object)

    the current value of obj



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

def obj
  @obj
end