Class: RRTF::Properties Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/rrtf/properties/properties.rb

Overview

This class is abstract.

Parent class from which all properties classes derive.

Author:

  • Wesley Hileman

Direct Known Subclasses

DocumentProperties, GeometryProperties

Instance Method Summary collapse

Instance Method Details

#to_rtfObject

This method is abstract.

Converts a properties object into an RTF sequence. Override in derived classes.



9
10
11
# File 'lib/rrtf/properties/properties.rb', line 9

def to_rtf
  nil
end