Class: CapsuleCRM::Contact
- Defined in:
- lib/capsulecrm/contact.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Child
Attributes inherited from Base
Class Method Summary collapse
-
.xml_map ⇒ Object
nodoc.
Methods inherited from Child
init_many, init_one, #initialize
Methods inherited from Base
#==, #errors, find, #initialize, last_response, #new_record?
Constructor Details
This class inherits a constructor from CapsuleCRM::Child
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/capsulecrm/contact.rb', line 3 def type @type end |
Class Method Details
.xml_map ⇒ Object
nodoc
6 7 8 9 |
# File 'lib/capsulecrm/contact.rb', line 6 def self.xml_map map = {'type' => 'type'} super.merge map end |