Class: MilkTea::AST::FormatExprPart

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject (readonly)

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



246
247
248
# File 'lib/milk_tea/core/ast.rb', line 246

def expression
  @expression
end

#format_specObject (readonly)

Returns the value of attribute format_spec

Returns:

  • (Object)

    the current value of format_spec



246
247
248
# File 'lib/milk_tea/core/ast.rb', line 246

def format_spec
  @format_spec
end