class Mastodon::Field
Public Instance Methods
verified?()
click to toggle source
Is this field a verified link? @return [Boolean]
# File lib/mastodon/field.rb, line 14 def verified? attributes['verified_at'].present? end