lib/eco/api/common/people/person_entry.rb in eco-helpers-1.3.7 vs lib/eco/api/common/people/person_entry.rb in eco-helpers-1.3.8

- old
+ new

@@ -104,17 +104,21 @@ def filter_tags? @internal_entry.key?("filter_tags") end + def policy_group_ids? + @internal_entry.key?("policy_group_ids") + end + def default_tag? @internal_entry.key?("default_tag") end def default_tag @internal_entry["default_tag"] end - + # Provides a reference of this person. # @return [String] string summary of this person identity. def to_s(options) options = into_a(options) case