Class: Autotype::Generic

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



25
26
27
# File 'lib/autotype/engine.rb', line 25

def arguments
  @arguments
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/autotype/engine.rb', line 25

def name
  @name
end