Class: Blackbaud::Term

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

Instance Attribute Summary collapse

Attributes inherited from BlackbaudObject

#client

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_idObject

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

Returns the value of attribute links.



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

def links
  @links
end

#nameObject

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_stringObject



5
6
7
# File 'lib/blackbaud-client/api/term.rb', line 5

def connection_string
  "terms/#{self.ea7_term_id}"
end