class Rollin::MonthArchive

Attributes

articles[R]
month[R]
year[R]

Public Class Methods

new(year, month, articles) click to toggle source
# File lib/rollin/month_archive.rb, line 4
def initialize(year, month, articles)
  @year, @month, @articles = year, month, articles
end