Class: Blackbaud::AttendanceByClassRecord
- Inherits:
-
AttendanceRecord
- Object
- BlackbaudObject
- AttendanceRecord
- Blackbaud::AttendanceByClassRecord
- Defined in:
- lib/blackbaud-client/api/attendance_by_class_record.rb
Instance Attribute Summary collapse
-
#ea7_attendance_by_class_id ⇒ Object
Returns the value of attribute ea7_attendance_by_class_id.
-
#ea7_class_meeting_id ⇒ Object
Returns the value of attribute ea7_class_meeting_id.
Attributes inherited from AttendanceRecord
#code, #date, #ea7_attendance_code_id, #ea7_record_id, #name_for_display
Attributes inherited from BlackbaudObject
Method Summary
Methods inherited from AttendanceRecord
Methods inherited from BlackbaudObject
#format_date, #initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Blackbaud::AttendanceRecord
Instance Attribute Details
#ea7_attendance_by_class_id ⇒ Object
Returns the value of attribute ea7_attendance_by_class_id.
3 4 5 |
# File 'lib/blackbaud-client/api/attendance_by_class_record.rb', line 3 def ea7_attendance_by_class_id @ea7_attendance_by_class_id end |
#ea7_class_meeting_id ⇒ Object
Returns the value of attribute ea7_class_meeting_id.
3 4 5 |
# File 'lib/blackbaud-client/api/attendance_by_class_record.rb', line 3 def ea7_class_meeting_id @ea7_class_meeting_id end |