Class: Needle::IncludeExcludePattern
- Inherits:
-
Struct
- Object
- Struct
- Needle::IncludeExcludePattern
- Defined in:
- lib/needle/include-exclude.rb
Overview
A simple structure for representing a single include/exclude pattern.
Instance Attribute Summary collapse
-
#arity ⇒ Object
Returns the value of attribute arity.
-
#comparitor ⇒ Object
Returns the value of attribute comparitor.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arity ⇒ Object
Returns the value of attribute arity
22 23 24 |
# File 'lib/needle/include-exclude.rb', line 22 def arity @arity end |
#comparitor ⇒ Object
Returns the value of attribute comparitor
22 23 24 |
# File 'lib/needle/include-exclude.rb', line 22 def comparitor @comparitor end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/needle/include-exclude.rb', line 22 def name @name end |