class Todoist::Service
Public Class Methods
new(client)
click to toggle source
# File lib/todoist/service.rb, line 5 def initialize(client) @client = client end
# File lib/todoist/service.rb, line 5 def initialize(client) @client = client end