Module: Readthis
- Extended by:
- Readthis
- Included in:
- Readthis
- Defined in:
- lib/readthis.rb,
lib/readthis/cache.rb,
lib/readthis/entity.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
- VERSION =
'1.0.0'- SerializersFrozenError =
Class.new(StandardError)
- SerializersLimitError =
Class.new(StandardError)
- UnknownSerializerError =
Class.new(StandardError)
Instance Method Summary collapse
Instance Method Details
#serializers ⇒ Object
8 9 10 |
# File 'lib/readthis.rb', line 8 def serializers @serializers ||= Readthis::Serializers.new end |