Class: LLIP::RegexpParser::MetaAccessor
- Inherits:
-
Object
- Object
- LLIP::RegexpParser::MetaAccessor
- Defined in:
- lib/llip/regexp_parser.rb
Instance Attribute Summary collapse
-
#last ⇒ Object
Returns the value of attribute last.
-
#results ⇒ Object
Returns the value of attribute results.
Instance Method Summary collapse
-
#initialize(last, results) ⇒ MetaAccessor
constructor
A new instance of MetaAccessor.
Constructor Details
#initialize(last, results) ⇒ MetaAccessor
Returns a new instance of MetaAccessor.
249 250 251 252 |
# File 'lib/llip/regexp_parser.rb', line 249 def initialize(last,results) @results = results @last = last end |
Instance Attribute Details
#last ⇒ Object
Returns the value of attribute last.
247 248 249 |
# File 'lib/llip/regexp_parser.rb', line 247 def last @last end |
#results ⇒ Object
Returns the value of attribute results.
246 247 248 |
# File 'lib/llip/regexp_parser.rb', line 246 def results @results end |