Class: Autotype::InferenceMetadata::ConfigHashWiring

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

Instance Attribute Summary collapse

Instance Attribute Details

#init_paramObject (readonly)

Returns the value of attribute init_param

Returns:

  • (Object)

    the current value of init_param



42
43
44
# File 'lib/autotype/engine.rb', line 42

def init_param
  @init_param
end

#ivarObject (readonly)

Returns the value of attribute ivar

Returns:

  • (Object)

    the current value of ivar



42
43
44
# File 'lib/autotype/engine.rb', line 42

def ivar
  @ivar
end

#reader_methodObject (readonly)

Returns the value of attribute reader_method

Returns:

  • (Object)

    the current value of reader_method



42
43
44
# File 'lib/autotype/engine.rb', line 42

def reader_method
  @reader_method
end