Sha256: 9742c97f6a13324bec95c1768ef6efa4ffcc3b9efa3e09579b4d7ddc4cd3465a
Contents?: true
Size: 142 Bytes
Versions: 2
Compression:
Stored size: 142 Bytes
Contents
class CommentsInfo attr_accessor :count attr_reader :page def initialize(count, page) @count = count @page = page end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-hackernews-1.0.1 | lib/ruby-hackernews/domain/entry/comments_info.rb |
ruby-hackernews-1.0.0 | lib/HNAPI/domain/entry/comments_info.rb |