Class: REXML::CSSSelector::Queries::DeferredResult
- Inherits:
-
Object
- Object
- REXML::CSSSelector::Queries::DeferredResult
- Defined in:
- lib/rexml/css_selector/queries/descendant_query.rb
Instance Attribute Summary collapse
-
#is_match ⇒ Object
Returns the value of attribute is_match.
Instance Method Summary collapse
-
#initialize ⇒ DeferredResult
constructor
A new instance of DeferredResult.
Constructor Details
#initialize ⇒ DeferredResult
Returns a new instance of DeferredResult.
7 8 9 |
# File 'lib/rexml/css_selector/queries/descendant_query.rb', line 7 def initialize @is_match = false end |
Instance Attribute Details
#is_match ⇒ Object
Returns the value of attribute is_match.
11 12 13 |
# File 'lib/rexml/css_selector/queries/descendant_query.rb', line 11 def is_match @is_match end |