Class: Dms::HeredocModifierCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/dms/types.rb

Overview

Round-trip original-form records (SPEC §to_dms).

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



87
88
89
# File 'lib/dms/types.rb', line 87

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



87
88
89
# File 'lib/dms/types.rb', line 87

def name
  @name
end