Class: DotloopApi::Models::Profile::Loop::Folder

Inherits:
Object
  • Object
show all
Defined in:
lib/dotloop_api/models/profile.rb,
lib/dotloop_api/models/profile/loop/folder.rb,
lib/dotloop_api/models/profile/loop/folder/document.rb

Defined Under Namespace

Classes: Document

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client.



12
13
14
# File 'lib/dotloop_api/models/profile/loop/folder.rb', line 12

def client
  @client
end

#loop_idObject

Returns the value of attribute loop_id.



12
13
14
# File 'lib/dotloop_api/models/profile/loop/folder.rb', line 12

def loop_id
  @loop_id
end

#profile_idObject

Returns the value of attribute profile_id.



12
13
14
# File 'lib/dotloop_api/models/profile/loop/folder.rb', line 12

def profile_id
  @profile_id
end

Instance Method Details

#document_listObject



14
15
16
17
18
# File 'lib/dotloop_api/models/profile/loop/folder.rb', line 14

def document_list
  @docuements = DotloopApi::EndPoints::Document.new(
    client:, profile_id:, loop_id:, folder_id: id
  ).all
end