Class: Dewasm::Pozeiden::RenderResult

Inherits:
Data
  • Object
show all
Defined in:
lib/dewasm/pozeiden.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descrObject (readonly)

Returns the value of attribute descr

Returns:

  • (Object)

    the current value of descr



22
23
24
# File 'lib/dewasm/pozeiden.rb', line 22

def descr
  @descr
end

#diagram_typeObject (readonly)

Returns the value of attribute diagram_type

Returns:

  • (Object)

    the current value of diagram_type



22
23
24
# File 'lib/dewasm/pozeiden.rb', line 22

def diagram_type
  @diagram_type
end

#svgObject (readonly)

Returns the value of attribute svg

Returns:

  • (Object)

    the current value of svg



22
23
24
# File 'lib/dewasm/pozeiden.rb', line 22

def svg
  @svg
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



22
23
24
# File 'lib/dewasm/pozeiden.rb', line 22

def title
  @title
end