Class: IMS::LTI::Models::Messages::RequestMessage

Inherits:
Message
  • Object
show all
Defined in:
lib/ims/lti/models/messages/request_message.rb

Constant Summary

Constants inherited from Message

Message::CUSTOM_PREFIX, Message::EXTENSION_PREFIX, Message::LAUNCH_TARGET_IFRAME, Message::LAUNCH_TARGET_WINDOW, Message::MESSAGE_TYPE, 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 = {}) ⇒ RequestMessage

Returns a new instance of RequestMessage.



7
8
9
# File 'lib/ims/lti/models/messages/request_message.rb', line 7

def initialize(attrs = {})
  super(attrs)
end

Dynamic Method Handling

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