Class: Vedeu::Coercers::Streams Private
- Defined in:
- lib/vedeu/coercers/streams.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Provides the mechanism to convert a value into a Views::Streams.
Instance Attribute Summary
Attributes inherited from Coercer
Instance Method Summary collapse
- #coerce ⇒ void private
- #klass ⇒ Class private private
Methods inherited from Coercer
#child_klass, coerce, #coerced?, #incoercible!, #initialize
Methods included from Vedeu::Common
#absent?, #array?, #boolean, #boolean?, #empty_value?, #escape?, #falsy?, #hash?, #line_model?, #numeric?, #positionable?, #present?, #snake_case, #stream_model?, #string?, #symbol?, #truthy?, #view_model?
Constructor Details
This class inherits a constructor from Vedeu::Coercers::Coercer
Instance Method Details
#coerce ⇒ void
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.
This method returns an undefined value.
15 16 |
# File 'lib/vedeu/coercers/streams.rb', line 15 def coerce end |