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



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

def attr
  @attr
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#objObject

Returns the value of attribute obj

Returns:

  • (Object)

    the current value of obj



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

def obj
  @obj
end