Class: XRVG::Render

Inherits:
Object show all
Includes:
Attributable
Defined in:
lib/render.rb

Overview

Is pretty useless for the moment

Direct Known Subclasses

SVGRender

Instance Attribute Summary collapse

Method Summary

Methods included from Attributable

included, #initialize

Instance Attribute Details

#heightObject

Returns the value of attribute height.



16
17
18
# File 'lib/render.rb', line 16

def height
  @height
end

#widthObject

Returns the value of attribute width.



15
16
17
# File 'lib/render.rb', line 15

def width
  @width
end