class Easybill::Api::PostBoxes

Public Class Methods

create(data) click to toggle source
# File lib/easybill/api/post_boxes.rb, line 4
def self.create(data)
  raise Easybill::Errors::ResourceNotCreatableError, "Post boxes cannot get created via api."
end
update(id, data) click to toggle source
# File lib/easybill/api/post_boxes.rb, line 8
def self.update(id, data)
  raise Easybill::Errors::ResourceNotUpdatableError, "Post boxes cannot get updated via api."
end