Class: MilkTea::OrderResolution
- Inherits:
-
Data
- Object
- Data
- MilkTea::OrderResolution
- Defined in:
- lib/milk_tea/core/lowering.rb
Instance Attribute Summary collapse
-
#binding ⇒ Object
readonly
Returns the value of attribute binding.
-
#callee_name ⇒ Object
readonly
Returns the value of attribute callee_name.
-
#target_type ⇒ Object
readonly
Returns the value of attribute target_type.
Instance Attribute Details
#binding ⇒ Object (readonly)
Returns the value of attribute binding
85 86 87 |
# File 'lib/milk_tea/core/lowering.rb', line 85 def binding @binding end |
#callee_name ⇒ Object (readonly)
Returns the value of attribute callee_name
85 86 87 |
# File 'lib/milk_tea/core/lowering.rb', line 85 def callee_name @callee_name end |
#target_type ⇒ Object (readonly)
Returns the value of attribute target_type
85 86 87 |
# File 'lib/milk_tea/core/lowering.rb', line 85 def target_type @target_type end |