Class: Mailmate::AST::AbsoluteDateNode Private
- Inherits:
-
Struct
- Object
- Struct
- Mailmate::AST::AbsoluteDateNode
- 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
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
- #inspect ⇒ Object private
Instance Attribute Details
#time ⇒ Object
Returns the value of attribute time
28 29 30 |
# File 'lib/mailmate/ast.rb', line 28 def time @time 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.
28 |
# File 'lib/mailmate/ast.rb', line 28 def inspect; "Abs(#{time.iso8601})"; end |