Class: Reciter::Config
- Inherits:
-
Object
- Object
- Reciter::Config
- Defined in:
- lib/reciter/config.rb
Instance Attribute Summary collapse
-
#text_for_to ⇒ Object
Returns the value of attribute text_for_to.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
5 6 7 |
# File 'lib/reciter/config.rb', line 5 def initialize @text_for_to = 'to' end |
Instance Attribute Details
#text_for_to ⇒ Object
Returns the value of attribute text_for_to.
3 4 5 |
# File 'lib/reciter/config.rb', line 3 def text_for_to @text_for_to end |