class Acme::Smileage::Blog::Entry::Header

Attributes

author[RW]
comment_count[RW]
datetime[RW]
good_count[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