Class: CSKit::Formatters::Formatter
- Inherits:
-
Object
- Object
- CSKit::Formatters::Formatter
- Defined in:
- lib/cskit/formatters.rb
Direct Known Subclasses
Bible::BibleJsonFormatter, Bible::BiblePlainTextFormatter, ScienceHealth::ScienceHealthPlainTextFormatter
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Formatter
constructor
A new instance of Formatter.
Constructor Details
#initialize(options = {}) ⇒ Formatter
Returns a new instance of Formatter.
12 13 14 |
# File 'lib/cskit/formatters.rb', line 12 def initialize( = {}) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
10 11 12 |
# File 'lib/cskit/formatters.rb', line 10 def @options end |