Class: IMS::LTI::Models::SecurityProfile

Inherits:
LTIModel
  • Object
show all
Defined in:
lib/ims/lti/models/security_profile.rb

Constant Summary

Constants inherited from LTIModel

LTIModel::LTI_VERSION_2P0, LTIModel::LTI_VERSION_2P1

Instance Method Summary collapse

Methods inherited from LTIModel

add_attribute, add_attributes, #as_json, #attributes, #attributes=, #from_json, from_json, inherit_attributes, inherited, #initialize, #method_missing, #to_json

Constructor Details

This class inherits a constructor from IMS::LTI::Models::LTIModel

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class IMS::LTI::Models::LTIModel

Instance Method Details

#digest_algorithmsObject



5
6
7
# File 'lib/ims/lti/models/security_profile.rb', line 5

def digest_algorithms
  [*@digest_algorithm]
end