lib/eco/api/session/config.rb in eco-helpers-2.5.6 vs lib/eco/api/session/config.rb in eco-helpers-2.5.7
- old
+ new
@@ -232,9 +232,13 @@
def tagtree=(file)
tagtree_config.file = file
end
+ def tagtree_id=(value)
+ tagtree_config.structure_id = value
+ end
+
# It uses the `tagtree.json` file and in its absence, if `graphql` enabled, the largest `life_tagtree`
# @note it does NOT include archived nodes by default.
# - This is for legacy (most usecases don't)
# @param include_archived [Boolean] whether or not it should include archived nodes.
# @return [Eco::API::Organization::TagTree]