Exception: GoogleCalendar::AuthSubFailed

Inherits:
StandardError
  • Object
show all
Defined in:
lib/googlecalendar/auth_sub_util.rb

Overview

Exception about AuthSub

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(res) ⇒ AuthSubFailed

Returns a new instance of AuthSubFailed.



13
14
15
# File 'lib/googlecalendar/auth_sub_util.rb', line 13

def initialize(res)
  http_response = res
end

Instance Attribute Details

#http_responseObject

Returns the value of attribute http_response.



12
13
14
# File 'lib/googlecalendar/auth_sub_util.rb', line 12

def http_response
  @http_response
end