Skip to content

Config DSL is invalid #5

Description

@elct9620

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions