Class: RRTF::Properties Abstract
- Inherits:
-
Object
- Object
- RRTF::Properties
- Defined in:
- lib/rrtf/properties/properties.rb
Overview
This class is abstract.
Parent class from which all properties classes derive.
Direct Known Subclasses
Instance Method Summary collapse
-
#to_rtf ⇒ Object
abstract
Converts a properties object into an RTF sequence.
Instance Method Details
#to_rtf ⇒ Object
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 |