Class: LUSI::API::VLE::ModuleVLEEnrolment
- Inherits:
-
Course::StaffModuleEnrolment
- Object
- Enrolment::EnrolmentBase
- Course::CourseEnrolment
- Course::ModuleEnrolment
- Course::StaffModuleEnrolment
- LUSI::API::VLE::ModuleVLEEnrolment
- Defined in:
- lib/lusi_api/vle.rb
Instance Attribute Summary
Attributes inherited from Course::ModuleEnrolment
Attributes inherited from Enrolment::EnrolmentBase
#enrolment_role, #identity, #is_current_enrolment, #is_current_identity, #username
Class Method Summary collapse
Methods inherited from Course::StaffModuleEnrolment
Methods included from Course::StaffEndpoint
Methods inherited from Course::ModuleEnrolment
Methods inherited from Course::CourseEnrolment
lookup_index, #lookup_indices, #lookup_key
Methods inherited from Enrolment::EnrolmentBase
get_instance, #initialize, #lookup_indices, #lookup_key, lusi_ws_path
Methods included from Core::Endpoint
#lusi_ws_endpoint, #lusi_ws_method, #lusi_ws_path, #lusi_ws_xml_root
Constructor Details
This class inherits a constructor from LUSI::API::Course::ModuleEnrolment
Class Method Details
.lusi_ws_method ⇒ Object
323 324 325 |
# File 'lib/lusi_api/vle.rb', line 323 def self.lusi_ws_method 'BulkGetModuleVLEEnrolments' end |