Class: Autotype::TemplateArgument

Inherits:
Data
  • Object
show all
Defined in:
lib/autotype/engine.rb

Overview

A helper-type argument for consolidated definitions: a normalized slot string whose T-references are filled from the occurrence's own arguments.

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



32
33
34
# File 'lib/autotype/engine.rb', line 32

def arguments
  @arguments
end

#templateObject (readonly)

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



32
33
34
# File 'lib/autotype/engine.rb', line 32

def template
  @template
end