Class: DotGrid::Page::DotDash

Inherits:
Page
  • Object
show all
Defined in:
lib/dot_grid/page/dot_dash.rb

Instance Attribute Summary

Attributes inherited from Page

#patterns, #pdf

Instance Method Summary collapse

Methods inherited from Page

#add_pattern, #generate, #initialize

Constructor Details

This class inherits a constructor from DotGrid::Page::Page

Instance Method Details

#post_initialize(params) ⇒ Object



5
6
7
# File 'lib/dot_grid/page/dot_dash.rb', line 5

def post_initialize(params)
  add_pattern(::DotGrid::Pattern::DotDash.new(params))
end