class Calendav::Credentials::Google
Public Class Methods
new(username:, password:)
click to toggle source
Calls superclass method
# File lib/calendav/credentials/google.rb, line 11 def initialize(username:, password:) super( host: "https://apidata.googleusercontent.com/caldav/v2/", username: username, password: password, authentication: :bearer_token ) end