lib/ruby/identitas/main.rb in ruby-identitas-api-0.7.0 vs lib/ruby/identitas/main.rb in ruby-identitas-api-0.7.1

- old
+ new

@@ -15,10 +15,10 @@ include Ruby::Identitas::Endpoints::Internal::Password def initialize(token, api_key = "") @base_uri = Ruby::Identitas::Api.url @token = token - @ap_key = api_key + @api_key = api_key end private def build_endpoint(u) @base_uri + u \ No newline at end of file