Class: LessonlyApi::Paths

Inherits:
Request show all
Defined in:
lib/lessonly_api/paths.rb

Class Method Summary collapse

Methods inherited from Request

client

Methods inherited from ResourceType::Base

#attributes, dump, fields, from_json, #initialize, load

Constructor Details

This class inherits a constructor from LessonlyApi::ResourceType::Base

Class Method Details

.listObject



4
5
6
7
# File 'lib/lessonly_api/paths.rb', line 4

def list
  raw_result = send_get('/paths')
  LessonlyApi::ResourceType::Paths.new(raw_result)
end