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
97 98 99 |
# File 'lib/milk_tea/core/lowering.rb', line 97 def binding @binding end |
#callee_name ⇒ Object (readonly)
Returns the value of attribute callee_name
97 98 99 |
# File 'lib/milk_tea/core/lowering.rb', line 97 def callee_name @callee_name end |
#target_type ⇒ Object (readonly)
Returns the value of attribute target_type
97 98 99 |
# File 'lib/milk_tea/core/lowering.rb', line 97 def target_type @target_type end |