class Fontaine::Pattern
Attributes
id[RW]
Public Class Methods
new(id)
click to toggle source
# File lib/fontaine/pattern.rb, line 4 def initialize(id) @id = id end
# File lib/fontaine/pattern.rb, line 4 def initialize(id) @id = id end