Class: FreshBooks::Payment

Inherits:
Base
  • Object
show all
Defined in:
lib/freshbooksrb.rb

Class Method Summary collapse

Methods inherited from Base

belongs_to, create, get, has_many, #id, #initialize, list, map, #method_missing, update

Constructor Details

This class inherits a constructor from FreshBooks::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FreshBooks::Base

Class Method Details

.delete(id) ⇒ Object



90
91
92
# File 'lib/freshbooksrb.rb', line 90

def self.delete(id)
  raise 'Payments may not be deleted'
end