Sha256: 28fcb4e6dcd2c26781625446b46fc106caa67d342d554be09313d5c09b9461c4

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 Bytes

Contents

class Zemanta
  class Markup
    class Link
      class Target
        attr_reader :url, :type, :title

        def initialize(opts = {})
          @url   = opts["url"]
          @type  = opts["type"]
          @title = opts["title"]
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zemanta_client-0.0.2 lib/zemanta/markup/link/target.rb
zemanta_client-0.0.1 lib/zemanta/markup/link/target.rb