class Quickbooks::Service::CustomField
Public Instance Methods
create(customer_type)
click to toggle source
# File lib/quickbooks/service/custom_field.rb, line 9 def create(customer_type) raise Quickbooks::UnsupportedOperation.new('Creating/updating CustomerType is not supported by Intuit') end
delete(customer_type)
click to toggle source
# File lib/quickbooks/service/custom_field.rb, line 5 def delete(customer_type) raise Quickbooks::UnsupportedOperation.new('Deleting CustomerType is not supported by Intuit') end
Private Instance Methods
model()
click to toggle source
# File lib/quickbooks/service/custom_field.rb, line 15 def model Quickbooks::Model::CustomField end