Class: OutlookCalendar::Calenders

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(token) ⇒ Calenders

Returns a new instance of Calenders.



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

def initialize(token)
  @token = token
end

Instance Attribute Details

#tokenObject (readonly)

Returns the value of attribute token.



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

def token
  @token
end

Instance Method Details

#callObject



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

def call
  calenders
end