Class: IMS::LTI::Models::MessageHandler
- Defined in:
- lib/ims/lti/models/message_handler.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
#enabled_capabilities ⇒ Object
6 7 8 |
# File 'lib/ims/lti/models/message_handler.rb', line 6 def enabled_capabilities [*enabled_capability] end |
#parameters ⇒ Object
10 11 12 |
# File 'lib/ims/lti/models/message_handler.rb', line 10 def parameters [*parameter] end |