class ExcelBase::TitleFormat

Public Class Methods

new() click to toggle source
Calls superclass method ExcelBase::NormalFormat::new
# File lib/pivotal/tracker/excel_base.rb, line 19
def initialize
  super :color => :red, :weight => :bold, :horizontal_align => :center
end