Class: Dms::HeredocModifierCall
- Inherits:
-
Struct
- Object
- Struct
- Dms::HeredocModifierCall
- Defined in:
- lib/dms/types.rb
Overview
Round-trip original-form records (SPEC §to_dms).
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
87 88 89 |
# File 'lib/dms/types.rb', line 87 def args @args end |
#name ⇒ Object
Returns the value of attribute name
87 88 89 |
# File 'lib/dms/types.rb', line 87 def name @name end |