module Segurofacil::REST::ApoliceCreate

Constants

PATH

Public Instance Methods

create(company) click to toggle source
# File lib/segurofacil/rest/apolice_create.rb, line 7
def create(company)
  Segurofacil::REST::Request.post(
    PATH,
    params: {
      company: company
    }
  ).perform
end