Sha256: 2c64540c22c35a064f71b98ec17ff881f9ba530100f3c1cbcae6c47fe0c4dd74

Contents?: true

Size: 315 Bytes

Versions: 6

Compression:

Stored size: 315 Bytes

Contents

module RRTF
  # Parent class from which all properties classes derive.
  # @author Wesley Hileman
  # @abstract
  class Properties
    # Converts a properties object into an RTF sequence. Override in derived
    # classes.
    # @abstract
    def to_rtf
      nil
    end
  end # class Properties
end # module RRTF

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rrtf-1.3.1 lib/rrtf/properties/properties.rb
rrtf-1.3.0 lib/rrtf/properties/properties.rb
rrtf-1.2.0 lib/rrtf/properties/properties.rb
rrtf-1.1.0 lib/rrtf/properties/properties.rb
rrtf-1.0.1 lib/rrtf/properties/properties.rb
rrtf-1.0.0 lib/rrtf/properties/properties.rb