Class: Dotloop::Folder
- Inherits:
-
Object
- Object
- Dotloop::Folder
- Defined in:
- lib/dotloop/folder.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
- #all(profile_id:, loop_view_id:) ⇒ Object
-
#initialize(client:) ⇒ Folder
constructor
A new instance of Folder.
Constructor Details
#initialize(client:) ⇒ Folder
Returns a new instance of Folder.
5 6 7 |
# File 'lib/dotloop/folder.rb', line 5 def initialize(client:) @client = client end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
3 4 5 |
# File 'lib/dotloop/folder.rb', line 3 def client @client end |