Sha256: 981bfb983273848bf4550ab354aec6a145833165a2c459aef79d91d617afc1d6
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
module Mention class Mention include Virtus.value_object(strict: true) values do attribute :id, Integer attribute :title, String attribute :description, String attribute :url, String attribute :published_at, Time end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mention-api-0.0.2 | lib/mention/mention.rb |