Class: Minilex::Rule
- Inherits:
-
Struct
- Object
- Struct
- Minilex::Rule
- Defined in:
- lib/minilex.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#processor ⇒ Object
Returns the value of attribute processor.
-
#skip ⇒ Object
Returns the value of attribute skip.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/minilex.rb', line 4 def id @id end |
#pattern ⇒ Object
Returns the value of attribute pattern
4 5 6 |
# File 'lib/minilex.rb', line 4 def pattern @pattern end |
#processor ⇒ Object
Returns the value of attribute processor
4 5 6 |
# File 'lib/minilex.rb', line 4 def processor @processor end |
#skip ⇒ Object
Returns the value of attribute skip
4 5 6 |
# File 'lib/minilex.rb', line 4 def skip @skip end |