Sha256: 50264be5eb15acf91278bc0d2323d0121eaab8f11c10e5a326f8599d62799fa5
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
class Zemanta class Markup attr_reader :text, :links def initialize(opts = {}) @text = opts["text"] @links = opts["links"].map{ |link| Link.new(link) } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zemanta_client-0.0.2 | lib/zemanta/markup.rb |