Class: MilkTea::ControlFlow::ReadSite

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

Instance Attribute Summary collapse

Instance Attribute Details

#binding_keyObject (readonly)

Returns the value of attribute binding_key

Returns:

  • (Object)

    the current value of binding_key



18
19
20
# File 'lib/milk_tea/core/control_flow.rb', line 18

def binding_key
  @binding_key
end

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



18
19
20
# File 'lib/milk_tea/core/control_flow.rb', line 18

def column
  @column
end

#lengthObject (readonly)

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



18
19
20
# File 'lib/milk_tea/core/control_flow.rb', line 18

def length
  @length
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



18
19
20
# File 'lib/milk_tea/core/control_flow.rb', line 18

def line
  @line
end