Class: Copland::Implementation::IncludeExcludePattern

Inherits:
Struct
  • Object
show all
Defined in:
lib/copland/impl/include-exclude.rb

Overview

A simple structure for representing a single include/exclude pattern.

Instance Attribute Summary collapse

Instance Attribute Details

#arityObject

Returns the value of attribute arity

Returns:

  • (Object)

    the current value of arity



40
41
42
# File 'lib/copland/impl/include-exclude.rb', line 40

def arity
  @arity
end

#comparitorObject

Returns the value of attribute comparitor

Returns:

  • (Object)

    the current value of comparitor



40
41
42
# File 'lib/copland/impl/include-exclude.rb', line 40

def comparitor
  @comparitor
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



40
41
42
# File 'lib/copland/impl/include-exclude.rb', line 40

def name
  @name
end