Class: LUSI::API::VLE::ModuleVLEEnrolment

Inherits:
Course::StaffModuleEnrolment show all
Defined in:
lib/lusi_api/vle.rb

Instance Attribute Summary

Attributes inherited from Course::ModuleEnrolment

#module_identity

Attributes inherited from Enrolment::EnrolmentBase

#enrolment_role, #identity, #is_current_enrolment, #is_current_identity, #username

Class Method Summary collapse

Methods inherited from Course::StaffModuleEnrolment

#lookup_index

Methods included from Course::StaffEndpoint

#lusi_ws_endpoint

Methods inherited from Course::ModuleEnrolment

#initialize, lusi_ws_xml_root

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_methodObject

See Also:

  • (LUSI(LUSI::API(LUSI::API::Core(LUSI::API::Core::Endpoint(LUSI::API::Core::Endpoint#lusi_ws_method)


323
324
325
# File 'lib/lusi_api/vle.rb', line 323

def self.lusi_ws_method
  'BulkGetModuleVLEEnrolments'
end