Class: Dewasm::Pozeiden::RenderResult
- Inherits:
-
Data
- Object
- Data
- Dewasm::Pozeiden::RenderResult
- Defined in:
- lib/dewasm/pozeiden.rb
Instance Attribute Summary collapse
-
#descr ⇒ Object
readonly
Returns the value of attribute descr.
-
#diagram_type ⇒ Object
readonly
Returns the value of attribute diagram_type.
-
#svg ⇒ Object
readonly
Returns the value of attribute svg.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#descr ⇒ Object (readonly)
Returns the value of attribute descr
22 23 24 |
# File 'lib/dewasm/pozeiden.rb', line 22 def descr @descr end |
#diagram_type ⇒ Object (readonly)
Returns the value of attribute diagram_type
22 23 24 |
# File 'lib/dewasm/pozeiden.rb', line 22 def diagram_type @diagram_type end |
#svg ⇒ Object (readonly)
Returns the value of attribute svg
22 23 24 |
# File 'lib/dewasm/pozeiden.rb', line 22 def svg @svg end |
#title ⇒ Object (readonly)
Returns the value of attribute title
22 23 24 |
# File 'lib/dewasm/pozeiden.rb', line 22 def title @title end |