Class: Blackbaud::Term
- Inherits:
-
BlackbaudObject
- Object
- BlackbaudObject
- Blackbaud::Term
- Defined in:
- lib/blackbaud-client/api/term.rb
Instance Attribute Summary collapse
-
#ea7_term_id ⇒ Object
Returns the value of attribute ea7_term_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
#ea7_term_id ⇒ Object
Returns the value of attribute ea7_term_id.
3 4 5 |
# File 'lib/blackbaud-client/api/term.rb', line 3 def ea7_term_id @ea7_term_id end |
#links ⇒ Object
Returns the value of attribute links.
3 4 5 |
# File 'lib/blackbaud-client/api/term.rb', line 3 def links @links end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/blackbaud-client/api/term.rb', line 3 def name @name end |
Instance Method Details
#connection_string ⇒ Object
5 6 7 |
# File 'lib/blackbaud-client/api/term.rb', line 5 def connection_string "terms/#{self.ea7_term_id}" end |