Class: IMS::LTI::Models::Messages::ContentItemSelectionRequest

Inherits:
RequestMessage show all
Defined in:
lib/ims/lti/models/messages/content_item_selection_request.rb

Constant Summary collapse

MESSAGE_TYPE =
'ContentItemSelectionRequest'

Constants inherited from Message

Message::CUSTOM_PREFIX, Message::EXTENSION_PREFIX, Message::LAUNCH_TARGET_IFRAME, Message::LAUNCH_TARGET_WINDOW, Message::OAUTH_KEYS

Instance Attribute Summary

Attributes inherited from Message

#custom_params, #ext_params, #message_authenticator, #unknown_params

Instance Method Summary collapse

Methods inherited from Message

#add_custom_params, add_deprecated_params, add_optional_params, add_recommended_params, add_required_params, convert_param_values_to_crlf_endings, #deprecated_params, deprecated_params, descendants, generate, #get_custom_params, #get_ext_params, inherited, #jwt_params, #method_missing, #oauth_params, #optional_params, optional_params, #parameters, parse_jwt, #post_params, recommended_params, #recommended_params, #required_params, required_params, #signed_post_params, #to_jwt

Constructor Details

#initialize(attrs = {}) ⇒ ContentItemSelectionRequest

Returns a new instance of ContentItemSelectionRequest.



19
20
21
22
# File 'lib/ims/lti/models/messages/content_item_selection_request.rb', line 19

def initialize(attrs = {})
  super(attrs)
  self.lti_message_type = MESSAGE_TYPE
end

Dynamic Method Handling

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