Class: Blackbaud::AttendanceCode
- Inherits:
-
BlackbaudObject
- Object
- BlackbaudObject
- Blackbaud::AttendanceCode
- Defined in:
- lib/blackbaud-client/api/attendance_code.rb
Instance Attribute Summary collapse
-
#allow_daily_entry ⇒ Object
Returns the value of attribute allow_daily_entry.
-
#code_type ⇒ Object
Returns the value of attribute code_type.
-
#code_type_desc ⇒ Object
Returns the value of attribute code_type_desc.
-
#description ⇒ Object
Returns the value of attribute description.
-
#ea7_attendance_code_id ⇒ Object
Returns the value of attribute ea7_attendance_code_id.
-
#short_description ⇒ Object
Returns the value of attribute short_description.
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
#allow_daily_entry ⇒ Object
Returns the value of attribute allow_daily_entry.
3 4 5 |
# File 'lib/blackbaud-client/api/attendance_code.rb', line 3 def allow_daily_entry @allow_daily_entry end |
#code_type ⇒ Object
Returns the value of attribute code_type.
3 4 5 |
# File 'lib/blackbaud-client/api/attendance_code.rb', line 3 def code_type @code_type end |
#code_type_desc ⇒ Object
Returns the value of attribute code_type_desc.
3 4 5 |
# File 'lib/blackbaud-client/api/attendance_code.rb', line 3 def code_type_desc @code_type_desc end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/blackbaud-client/api/attendance_code.rb', line 3 def description @description end |
#ea7_attendance_code_id ⇒ Object
Returns the value of attribute ea7_attendance_code_id.
3 4 5 |
# File 'lib/blackbaud-client/api/attendance_code.rb', line 3 def ea7_attendance_code_id @ea7_attendance_code_id end |
#short_description ⇒ Object
Returns the value of attribute short_description.
3 4 5 |
# File 'lib/blackbaud-client/api/attendance_code.rb', line 3 def short_description @short_description end |