lib/eco/api/common/people/person_entry.rb in eco-helpers-1.3.6 vs lib/eco/api/common/people/person_entry.rb in eco-helpers-1.3.7
- old
+ new
@@ -104,10 +104,17 @@
def filter_tags?
@internal_entry.key?("filter_tags")
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