Class: AndOne::IgnoreFile::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/and_one/ignore_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



26
27
28
# File 'lib/and_one/ignore_file.rb', line 26

def pattern
  @pattern
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



26
27
28
# File 'lib/and_one/ignore_file.rb', line 26

def type
  @type
end