Class: DataScienceTheater3000::Text2Times
- Inherits:
-
Object
- Object
- DataScienceTheater3000::Text2Times
- Defined in:
- lib/data_science_theater_3000/text2times.rb
Instance Attribute Summary collapse
- #text_string ⇒ Object private
Instance Method Summary collapse
-
#initialize(text_string) ⇒ Text2Times
constructor
A new instance of Text2Times.
- #result ⇒ Hash
Constructor Details
#initialize(text_string) ⇒ Text2Times
Returns a new instance of Text2Times.
9 10 11 |
# File 'lib/data_science_theater_3000/text2times.rb', line 9 def initialize text_string @text_string = text_string end |
Instance Attribute Details
#text_string ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5 6 7 |
# File 'lib/data_science_theater_3000/text2times.rb', line 5 def text_string @text_string end |
Instance Method Details
#result ⇒ Hash
15 16 17 |
# File 'lib/data_science_theater_3000/text2times.rb', line 15 def result dst_request.result end |