Class: Blackbaud::CodeTable
- Inherits:
-
BlackbaudObject
- Object
- BlackbaudObject
- Blackbaud::CodeTable
- Defined in:
- lib/blackbaud-client/api/code_table.rb
Instance Attribute Summary collapse
-
#_links ⇒ Object
Returns the value of attribute _links.
-
#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
Instance Method Summary collapse
Methods inherited from BlackbaudObject
#format_date, #initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Blackbaud::BlackbaudObject
Instance Attribute Details
#_links ⇒ Object
Returns the value of attribute _links.
3 4 5 |
# File 'lib/blackbaud-client/api/code_table.rb', line 3 def _links @_links end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/blackbaud-client/api/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/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/code_table.rb', line 3 def name @name end |
Instance Method Details
#entries ⇒ Object
5 6 7 |
# File 'lib/blackbaud-client/api/code_table.rb', line 5 def entries @client.get_code_table_entries(self) end |