class DaisybillApi::Models::PharmacyBill

Public Instance Methods

write_off() click to toggle source
# File lib/daisybill_api/models/pharmacy_bill.rb, line 46
def write_off
  @written_off = send_data :post, write_off_path
end

Private Instance Methods

write_off_path() click to toggle source
# File lib/daisybill_api/models/pharmacy_bill.rb, line 52
def write_off_path
  "#{show_path}/write_off"
end