Class: Fusion::ErrLit
- Inherits:
-
Struct
- Object
- Struct
- Fusion::ErrLit
- Defined in:
- lib/fusion.rb
Overview
!expr or bare ! (payload nil = !null)
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload
216 217 218 |
# File 'lib/fusion.rb', line 216 def payload @payload end |