Class: Autotype::InferenceMetadata::ConfigHashWiring
- Inherits:
-
Data
- Object
- Data
- Autotype::InferenceMetadata::ConfigHashWiring
- Defined in:
- lib/autotype/engine.rb
Instance Attribute Summary collapse
-
#init_param ⇒ Object
readonly
Returns the value of attribute init_param.
-
#ivar ⇒ Object
readonly
Returns the value of attribute ivar.
-
#reader_method ⇒ Object
readonly
Returns the value of attribute reader_method.
Instance Attribute Details
#init_param ⇒ Object (readonly)
Returns the value of attribute init_param
42 43 44 |
# File 'lib/autotype/engine.rb', line 42 def init_param @init_param end |
#ivar ⇒ Object (readonly)
Returns the value of attribute ivar
42 43 44 |
# File 'lib/autotype/engine.rb', line 42 def ivar @ivar end |
#reader_method ⇒ Object (readonly)
Returns the value of attribute reader_method
42 43 44 |
# File 'lib/autotype/engine.rb', line 42 def reader_method @reader_method end |