Class: Enlight::Requests::GetClassEnrollmentByClassAndUser

Inherits:
Request
  • Object
show all
Defined in:
lib/enlight/requests/get_class_enrollment_by_class_and_user.rb

Instance Attribute Summary collapse

Attributes inherited from Request

#id

Method Summary

Methods inherited from Request

#build_uri, #fetch, #initialize, #resource

Constructor Details

This class inherits a constructor from Enlight::Requests::Request

Instance Attribute Details

#class_idObject

Returns the value of attribute class_id.



4
5
6
# File 'lib/enlight/requests/get_class_enrollment_by_class_and_user.rb', line 4

def class_id
  @class_id
end

#user_idObject

Returns the value of attribute user_id.



5
6
7
# File 'lib/enlight/requests/get_class_enrollment_by_class_and_user.rb', line 5

def user_id
  @user_id
end