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