Module: DeepLDiff
- Defined in:
- lib/deepl_diff.rb,
lib/deepl_diff/version.rb
Defined Under Namespace
Classes: Cache, Chunker, Linearizer, RedisCacheStore, RedisRateLimiter, Request, Spacing, Tokenizer
Constant Summary collapse
- CACHE_NAMESPACE =
"deepl-diff"- VERSION =
"1.0.2"
Class Attribute Summary collapse
-
.api ⇒ Object
Returns the value of attribute api.
-
.cache_store ⇒ Object
Returns the value of attribute cache_store.
-
.rate_limiter ⇒ Object
Returns the value of attribute rate_limiter.
Class Method Summary collapse
Class Attribute Details
.api ⇒ Object
Returns the value of attribute api.
20 21 22 |
# File 'lib/deepl_diff.rb', line 20 def api @api end |
.cache_store ⇒ Object
Returns the value of attribute cache_store.
20 21 22 |
# File 'lib/deepl_diff.rb', line 20 def cache_store @cache_store end |
.rate_limiter ⇒ Object
Returns the value of attribute rate_limiter.
20 21 22 |
# File 'lib/deepl_diff.rb', line 20 def rate_limiter @rate_limiter end |