Exception: GoogleCalendar::AuthSubFailed
- Inherits:
-
StandardError
- Object
- StandardError
- GoogleCalendar::AuthSubFailed
- Defined in:
- lib/googlecalendar/auth_sub_util.rb
Overview
Exception about AuthSub
Instance Attribute Summary collapse
-
#http_response ⇒ Object
Returns the value of attribute http_response.
Instance Method Summary collapse
-
#initialize(res) ⇒ AuthSubFailed
constructor
A new instance of AuthSubFailed.
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_response ⇒ Object
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 |