Class: Wip::DockerIgnore::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/wip/docker_ignore.rb

Instance Attribute Summary collapse

Instance Attribute Details

#negateObject

Returns the value of attribute negate

Returns:

  • (Object)

    the current value of negate



10
11
12
# File 'lib/wip/docker_ignore.rb', line 10

def negate
  @negate
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



10
11
12
# File 'lib/wip/docker_ignore.rb', line 10

def pattern
  @pattern
end