class Served::Backends::Base

Public Class Methods

new(client) click to toggle source
# File lib/served/backends/base.rb, line 6
def initialize(client)
  @client = client
end

Public Instance Methods

serialize_response(response) click to toggle source
# File lib/served/backends/base.rb, line 10
def serialize_response(response)
  response
end