Method: Leadlight::Codec#encode
- Defined in:
- lib/leadlight/codec.rb
#encode(content_type, representation, options = {}) ⇒ Object
31 32 33 |
# File 'lib/leadlight/codec.rb', line 31 def encode(content_type, representation, ={}) transcode(:encode, content_type, representation, ) end |