Class: OutlookCalendar::ParseCalendarResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/outlook_calendar/calender/parse_calendar_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ParseCalendarResponse

Returns a new instance of ParseCalendarResponse.



5
6
7
# File 'lib/outlook_calendar/calender/parse_calendar_response.rb', line 5

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



3
4
5
# File 'lib/outlook_calendar/calender/parse_calendar_response.rb', line 3

def response
  @response
end

Instance Method Details

#callObject



9
10
11
# File 'lib/outlook_calendar/calender/parse_calendar_response.rb', line 9

def call
  parse_response
end