Class: BoxnetApi::FileTree
Instance Attribute Summary
Attributes inherited from FileNode
Instance Method Summary collapse
-
#initialize(raw_result) ⇒ FileTree
constructor
A new instance of FileTree.
Methods inherited from FileNode
Constructor Details
#initialize(raw_result) ⇒ FileTree
Returns a new instance of FileTree.
149 150 151 152 |
# File 'lib/boxnet.rb', line 149 def initialize(raw_result) tree_data = raw_result["response"]["tree"] process_node(tree_data) end |