module Libis::Ingester::API::Representer::Base::ClassMethods

Public Instance Methods

self_url(opts) click to toggle source
# File lib/libis/ingester/server/api/representer/base.rb, line 28
def self_url(opts)
  "#{opts[:base_url]}/#{self.type}"
end