Class: Blackbaud::Contact

Inherits:
BlackbaudObject show all
Defined in:
lib/blackbaud-client/api/contact.rb

Instance Attribute Summary collapse

Attributes inherited from BlackbaudObject

#client

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_idObject

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_valueObject

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

#valueObject

Returns the value of attribute value.



3
4
5
# File 'lib/blackbaud-client/api/contact.rb', line 3

def value
  @value
end