Class Index [+]

Quicksearch

Magick::RVG::Describable

This module defines a number of metadata attributes.

Attributes

desc[W]

Sets the object description

title[W]

Sets the object title

metadata[W]

Sets the object metadata

Public Instance Methods

desc() click to toggle source

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
39:             def desc
40:                 @desc.to_s
41:             end
metadata() click to toggle source

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
45:             def metadata
46:                 @metadata.to_s
47:             end
title() click to toggle source

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
33:             def title
34:                 @title.to_s
35:             end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.