class FilePolice::Ticket

Attributes

file[RW]
violations[RW]

Public Class Methods

new(file, violations) click to toggle source
# File lib/file_police/ticket.rb, line 5
def initialize file, violations
  self.file = file
  self.violations = violations
end