Class: Blackbaud::StaticCodeTable
- Inherits:
-
BlackbaudObject
- Object
- BlackbaudObject
- Blackbaud::StaticCodeTable
- Defined in:
- lib/blackbaud-client/api/static_code_table.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#links ⇒ Object
Returns the value of attribute links.
-
#name ⇒ Object
Returns the value of attribute name.
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
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/blackbaud-client/api/static_code_table.rb', line 3 def id @id end |
#links ⇒ Object
Returns the value of attribute links.
3 4 5 |
# File 'lib/blackbaud-client/api/static_code_table.rb', line 3 def links @links end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/blackbaud-client/api/static_code_table.rb', line 3 def name @name end |