Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError (uninitialized constant IMS::LTI::ToolProvider) #167

Open
chetanthakkar opened this issue Jun 10, 2021 · 2 comments
Open

NameError (uninitialized constant IMS::LTI::ToolProvider) #167

chetanthakkar opened this issue Jun 10, 2021 · 2 comments

Comments

@chetanthakkar
Copy link

IMS::LTI::ToolProvider.new("consumer_key", "secrete", {:timezone => Time.now.zone}})
Trying to use ToolProvider and ToolConsumer methods but getting error. Can you please tell me what am I doing wrong

@maysam
Copy link

maysam commented Nov 29, 2021

works fine for me

irb(main):008:0> IMS::LTI::ToolProvider.new("consumer_key", "secrete", {:timezone => Time.now.zone})

=> #<IMS::LTI::ToolProvider:0x0000556917984dd0 @consumer_key="consumer_key", @consumer_secret="secrete", @custom_params={}, @ext_params={}, @non_spec_params={}, @outcome_requests=[]>

@dumbledad
Copy link

Me too: @consumer = IMS::LTI::ToolConsumer.new( gives the error uninitialized constant IMS::LTI::ToolConsumer using the most recent (v2.3.2) version of the Gem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants