Class: MilkTea::IR::StaticAssert
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::StaticAssert
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#condition ⇒ Object (readonly)
Returns the value of attribute condition
47 48 49 |
# File 'lib/milk_tea/core/ir.rb', line 47 def condition @condition end |
#message ⇒ Object (readonly)
Returns the value of attribute message
47 48 49 |
# File 'lib/milk_tea/core/ir.rb', line 47 def @message end |