class Dotloop::Models::Folder
Attributes
client[RW]
loop_id[RW]
profile_id[RW]
Public Instance Methods
documents()
click to toggle source
# File lib/dotloop/models/folder.rb, line 14 def documents client.Document.all(profile_id: profile_id, loop_id: loop_id, folder_id: id) end