Exception: GoogleCalendarApiV2::AuthenticationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/google_calendar_api_v2/error/authentication.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



4
5
6
# File 'lib/google_calendar_api_v2/error/authentication.rb', line 4

def initialize(response)
   @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



3
4
5
# File 'lib/google_calendar_api_v2/error/authentication.rb', line 3

def response
  @response
end