Class: MilkTea::ControlFlow::ReadSite
- Inherits:
-
Data
- Object
- Data
- MilkTea::ControlFlow::ReadSite
- Defined in:
- lib/milk_tea/core/control_flow.rb
Instance Attribute Summary collapse
-
#binding_key ⇒ Object
readonly
Returns the value of attribute binding_key.
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#length ⇒ Object
readonly
Returns the value of attribute length.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Attribute Details
#binding_key ⇒ Object (readonly)
Returns the value of attribute binding_key
18 19 20 |
# File 'lib/milk_tea/core/control_flow.rb', line 18 def binding_key @binding_key end |
#column ⇒ Object (readonly)
Returns the value of attribute column
18 19 20 |
# File 'lib/milk_tea/core/control_flow.rb', line 18 def column @column end |
#length ⇒ Object (readonly)
Returns the value of attribute length
18 19 20 |
# File 'lib/milk_tea/core/control_flow.rb', line 18 def length @length end |
#line ⇒ Object (readonly)
Returns the value of attribute line
18 19 20 |
# File 'lib/milk_tea/core/control_flow.rb', line 18 def line @line end |