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

Config DSL is invalid #5

Open
elct9620 opened this issue Oct 13, 2018 · 0 comments
Open

Config DSL is invalid #5

elct9620 opened this issue Oct 13, 2018 · 0 comments
Labels

Comments

@elct9620
Copy link
Member

According to README

Tamashii::Client.config do 
  use_ssl true
end

But we got no method error, and we should use below code to make it works correctly

Tamashii::Client.config do |config|
  config.use_ssl = true
end
@elct9620 elct9620 added the bug label Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant