Class: Blackbaud::Contact
- Inherits:
-
BlackbaudObject
- Object
- BlackbaudObject
- Blackbaud::Contact
- Defined in:
- lib/blackbaud-client/api/contact.rb
Instance Attribute Summary collapse
-
#type_id ⇒ Object
Returns the value of attribute type_id.
-
#type_value ⇒ Object
Returns the value of attribute type_value.
-
#value ⇒ Object
Returns the value of attribute value.
Attributes inherited from BlackbaudObject
Method Summary
Methods inherited from BlackbaudObject
#format_date, #initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Blackbaud::BlackbaudObject
Instance Attribute Details
#type_id ⇒ Object
Returns the value of attribute type_id.
3 4 5 |
# File 'lib/blackbaud-client/api/contact.rb', line 3 def type_id @type_id end |
#type_value ⇒ Object
Returns the value of attribute type_value.
3 4 5 |
# File 'lib/blackbaud-client/api/contact.rb', line 3 def type_value @type_value end |
#value ⇒ Object
Returns the value of attribute value.
3 4 5 |
# File 'lib/blackbaud-client/api/contact.rb', line 3 def value @value end |