Class: Wip::DockerIgnore::Rule
- Inherits:
-
Struct
- Object
- Struct
- Wip::DockerIgnore::Rule
- Defined in:
- lib/wip/docker_ignore.rb
Instance Attribute Summary collapse
-
#negate ⇒ Object
Returns the value of attribute negate.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#negate ⇒ Object
Returns the value of attribute negate
10 11 12 |
# File 'lib/wip/docker_ignore.rb', line 10 def negate @negate end |
#pattern ⇒ Object
Returns the value of attribute pattern
10 11 12 |
# File 'lib/wip/docker_ignore.rb', line 10 def pattern @pattern end |