Sha256: 0311ebccfba479d60a6ee2e8a725afaeca595b6d86dee4ab46019c21e54b359a
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
class Instascraper class Bookmark attr_reader :link attr_reader :title def initialize(link, title) @link = link @title = title end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
instascraper-0.0.1 | lib/instascraper/bookmark.rb |