Module: Readthis
- Extended by:
- Readthis
- Included in:
- Readthis
- Defined in:
- lib/readthis.rb,
lib/readthis/cache.rb,
lib/readthis/entity.rb,
lib/readthis/errors.rb,
lib/readthis/version.rb,
lib/readthis/expanders.rb,
lib/readthis/passthrough.rb,
lib/readthis/serializers.rb
Defined Under Namespace
Modules: Expanders, Passthrough Classes: Cache, Entity, Serializers
Constant Summary collapse
- ReadthisError =
Class.new(StandardError)
- SerializersFrozenError =
Class.new(ReadthisError)
- SerializersLimitError =
Class.new(ReadthisError)
- UnknownSerializerError =
Class.new(ReadthisError)
- VERSION =
'1.1.0'
Instance Method Summary collapse
-
#serializers ⇒ Object
The current, global, instance of serializers that is used by all cache instances.
Instance Method Details
#serializers ⇒ Object
The current, global, instance of serializers that is used by all cache instances.
16 17 18 |
# File 'lib/readthis.rb', line 16 def serializers @serializers ||= Readthis::Serializers.new end |