Class: Mailmate::AST::ExistsNode Private
- Inherits:
-
Struct
- Object
- Struct
- Mailmate::AST::ExistsNode
- Defined in:
- lib/mailmate/ast.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
- #inspect ⇒ Object private
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
21 22 23 |
# File 'lib/mailmate/ast.rb', line 21 def path @path end |
Instance Method Details
#inspect ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
21 |
# File 'lib/mailmate/ast.rb', line 21 def inspect; "Exists(#{path.join(".")})"; end |