Class: Blackbaud::TranslationTable
- Inherits:
-
BlackbaudObject
- Object
- BlackbaudObject
- Blackbaud::TranslationTable
- Defined in:
- lib/blackbaud-client/api/translation_table.rb
Instance Attribute Summary collapse
-
#ea7_translation_table_id ⇒ Object
Returns the value of attribute ea7_translation_table_id.
-
#highest_numeric_grade_allowed ⇒ Object
Returns the value of attribute highest_numeric_grade_allowed.
-
#lowest_numeric_grade_allowed ⇒ Object
Returns the value of attribute lowest_numeric_grade_allowed.
-
#name ⇒ Object
Returns the value of attribute name.
-
#translation_table_entries ⇒ Object
(also: #entries)
Returns the value of attribute translation_table_entries.
Attributes inherited from BlackbaudObject
Instance Method Summary collapse
-
#initialize(options) ⇒ TranslationTable
constructor
A new instance of TranslationTable.
Methods inherited from BlackbaudObject
#format_date, #to_hash, #to_json
Constructor Details
#initialize(options) ⇒ TranslationTable
Returns a new instance of TranslationTable.
6 7 8 9 |
# File 'lib/blackbaud-client/api/translation_table.rb', line 6 def initialize() .fetch(:values)["translation_table_entries"].map! {|e| Blackbaud::TranslationTableEntry.new({values: e})} if .fetch(:values)["translation_table_entries"] super end |
Instance Attribute Details
#ea7_translation_table_id ⇒ Object
Returns the value of attribute ea7_translation_table_id.
3 4 5 |
# File 'lib/blackbaud-client/api/translation_table.rb', line 3 def ea7_translation_table_id @ea7_translation_table_id end |
#highest_numeric_grade_allowed ⇒ Object
Returns the value of attribute highest_numeric_grade_allowed.
3 4 5 |
# File 'lib/blackbaud-client/api/translation_table.rb', line 3 def highest_numeric_grade_allowed @highest_numeric_grade_allowed end |
#lowest_numeric_grade_allowed ⇒ Object
Returns the value of attribute lowest_numeric_grade_allowed.
3 4 5 |
# File 'lib/blackbaud-client/api/translation_table.rb', line 3 def lowest_numeric_grade_allowed @lowest_numeric_grade_allowed end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/blackbaud-client/api/translation_table.rb', line 3 def name @name end |
#translation_table_entries ⇒ Object Also known as: entries
Returns the value of attribute translation_table_entries.
3 4 5 |
# File 'lib/blackbaud-client/api/translation_table.rb', line 3 def translation_table_entries @translation_table_entries end |