Class: ZohoInvoice::Contact
Instance Attribute Summary
Attributes inherited from Base
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, = {}) raise ZohoInvoice::ActionNotSupportedError end |
Instance Method Details
#save ⇒ Object
17 18 19 |
# File 'lib/zoho_invoice/contact.rb', line 17 def save raise ZohoInvoice::ActionNotSupportedError end |