This module defines a number of metadata attributes.
Returns the description of this object. The RVG object description is stored as the 'desc' property on the image
# File lib/rvg/describable.rb, line 39 def desc @desc.to_s end
Returns additional metadata of this object. The RVG object metadata are stored as the 'metadata' property on the image
# File lib/rvg/describable.rb, line 45 def metadata @metadata.to_s end
Returns the title of this object. The RVG object title is stored as the 'title' property on the image
# File lib/rvg/describable.rb, line 33 def title @title.to_s end
Generated with the Darkfish Rdoc Generator 2.