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