Sha256: 83b7202d223e8eb40bb47c60b6bb1426029e4dcb7792c03a1c4fe6ab4414af21

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 Bytes

Contents

module Xeroizer
  module Record
    
    class InvoiceReminderModel < BaseModel
      
      set_api_controller_name 'InvoiceReminders/Settings'
    
      set_permissions :read 
    
    end
    
    class InvoiceReminder < Base

      boolean   :enabled

    end
    
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
xeroizer-3.0.1 lib/xeroizer/models/invoice_reminder.rb
xeroizer-3.0.0 lib/xeroizer/models/invoice_reminder.rb
xeroizer-3-pre-beta-3.0.0.pre.beta lib/xeroizer/models/invoice_reminder.rb
xeroizer-2.20.0 lib/xeroizer/models/invoice_reminder.rb
xeroizer-2.19.0 lib/xeroizer/models/invoice_reminder.rb
xeroizer-2.18.1 lib/xeroizer/models/invoice_reminder.rb
xeroizer-2.17.1 lib/xeroizer/models/invoice_reminder.rb