class LessonlyApi::Paths

Public Class Methods

list() click to toggle source
# File lib/lessonly_api/paths.rb, line 4
def list
  raw_result = send_get('/paths')
  LessonlyApi::ResourceType::Paths.new(raw_result)
end