Class: Copland::Implementation::IncludeExcludePattern
- Inherits:
-
Struct
- Object
- Struct
- Copland::Implementation::IncludeExcludePattern
- Defined in:
- lib/copland/impl/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
40 41 42 |
# File 'lib/copland/impl/include-exclude.rb', line 40 def arity @arity end |
#comparitor ⇒ Object
Returns the value of attribute comparitor
40 41 42 |
# File 'lib/copland/impl/include-exclude.rb', line 40 def comparitor @comparitor end |
#name ⇒ Object
Returns the value of attribute name
40 41 42 |
# File 'lib/copland/impl/include-exclude.rb', line 40 def name @name end |