Class: MilkTea::AST::FormatExprPart
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::FormatExprPart
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
readonly
Returns the value of attribute expression.
-
#format_spec ⇒ Object
readonly
Returns the value of attribute format_spec.
Instance Attribute Details
#expression ⇒ Object (readonly)
Returns the value of attribute expression
246 247 248 |
# File 'lib/milk_tea/core/ast.rb', line 246 def expression @expression end |
#format_spec ⇒ Object (readonly)
Returns the value of attribute format_spec
246 247 248 |
# File 'lib/milk_tea/core/ast.rb', line 246 def format_spec @format_spec end |