lib/mention/mention.rb in mention-api-0.0.2 vs lib/mention/mention.rb in mention-api-0.0.3

- old
+ new

@@ -6,8 +6,12 @@ attribute :id, Integer attribute :title, String attribute :description, String attribute :url, String attribute :published_at, Time + attribute :source_type, String + attribute :source_name, String + attribute :source_url, String + attribute :language_code, String end end end