class PrawnReport::Band

Attributes

height[RW]
report[RW]

Public Class Methods

height() click to toggle source
# File lib/bands/band.rb, line 19
def self.height
  20
end
new(report, params = {}) click to toggle source
# File lib/bands/band.rb, line 9
def initialize(report, params = {})
  @report = report
end

Public Instance Methods

draw() click to toggle source
# File lib/bands/band.rb, line 13
def draw
  internal_draw
end
internal_draw() click to toggle source
# File lib/bands/band.rb, line 17
def internal_draw; end