Class: DaisybillApi::Models::Bill

Inherits:
Base
  • Object
show all
Defined in:
lib/daisybill_api/models/bill.rb

Instance Attribute Summary

Attributes inherited from Base

#external_errors

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Ext

extended

Constructor Details

This class inherits a constructor from DaisybillApi::Models::Base

Instance Method Details

#write_offObject



44
45
46
# File 'lib/daisybill_api/models/bill.rb', line 44

def write_off
  @written_off = send_data :post, write_off_path
end