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
7 8 9 |
# File 'lib/archimate/file_formats/sax.rb', line 7 def attr @attr end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/archimate/file_formats/sax.rb', line 7 def id @id end |
#obj ⇒ Object
Returns the value of attribute obj
7 8 9 |
# File 'lib/archimate/file_formats/sax.rb', line 7 def obj @obj end |