Class: ZohoInvoice::Contact

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

Instance Attribute Summary

Attributes inherited from Base

#client

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#attributes, create_attributes, define_object_attrs, has_many, #initialize, #reflections, search, #to_xml

Constructor Details

This class inherits a constructor from ZohoInvoice::Base

Class Method Details

.create(client, options = {}) ⇒ Object



13
14
15
# File 'lib/zoho_invoice/contact.rb', line 13

def self.create(client, options = {})
  raise ZohoInvoice::ActionNotSupportedError
end

Instance Method Details

#saveObject



17
18
19
# File 'lib/zoho_invoice/contact.rb', line 17

def save
  raise ZohoInvoice::ActionNotSupportedError
end