class SjIgnore::IgnoreFile
Attributes
file_path[RW]
name[RW]
Public Class Methods
new(name, file_path)
click to toggle source
# File lib/sj_ignore.rb, line 126 def initialize(name, file_path) self.name = name self.file_path = file_path end