Class: CSKit::Annotator
- Inherits:
-
Object
- Object
- CSKit::Annotator
- Defined in:
- lib/cskit/annotator.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(config) ⇒ Annotator
constructor
A new instance of Annotator.
Constructor Details
#initialize(config) ⇒ Annotator
Returns a new instance of Annotator.
7 8 9 |
# File 'lib/cskit/annotator.rb', line 7 def initialize(config) @config = config end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
5 6 7 |
# File 'lib/cskit/annotator.rb', line 5 def config @config end |