module Easybill::Api::ResponseHandler

Public Class Methods

included(base) click to toggle source
# File lib/easybill/api/response_handler.rb, line 4
def self.included(base)
  base.extend(ClassMethods)
end