Method: Axlsx::BorderPr#initialize
- Defined in:
- lib/axlsx/stylesheet/border_pr.rb
#initialize(options = {}) ⇒ BorderPr
Creates a new Border Part Object
49 50 51 52 53 54 |
# File 'lib/axlsx/stylesheet/border_pr.rb', line 49 def initialize( = {}) () # options.each do |o| # self.send("#{o[0]}=", o[1]) if self.respond_to? "#{o[0]}=" # end end |