Class: AndOne::IgnoreFile::Rule
- Inherits:
-
Struct
- Object
- Struct
- AndOne::IgnoreFile::Rule
- Defined in:
- lib/and_one/ignore_file.rb
Instance Attribute Summary collapse
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#pattern ⇒ Object
Returns the value of attribute pattern
26 27 28 |
# File 'lib/and_one/ignore_file.rb', line 26 def pattern @pattern end |
#type ⇒ Object
Returns the value of attribute type
26 27 28 |
# File 'lib/and_one/ignore_file.rb', line 26 def type @type end |