lib/algolia/models/ingestion/auth_basic.rb in algolia-3.0.0.alpha.15 vs lib/algolia/models/ingestion/auth_basic.rb in algolia-3.0.0.alpha.16

- old
+ new

@@ -3,13 +3,15 @@ require 'date' require 'time' module Algolia module Ingestion - # Authentication input for Basic login with username and password. + # Credentials for authenticating with user name and password. class AuthBasic + # Username. attr_accessor :username + # Password. This field is `null` in the API response. attr_accessor :password # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {