class Acme::Smileage::Blog::Entry::Header
Attributes
comment_count[RW]
datetime[RW]
good_count[RW]
link[RW]
title[RW]
Public Class Methods
new(blog) { |self| ... }
click to toggle source
# File lib/acme/smileage/blog/entry.rb, line 20 def initialize(blog) yield self if block_given? end