Class: Steep::TypeInference::SendArgs::PositionalArgs::MissingArg
- Includes:
- Equatable
- Defined in:
- lib/steep/type_inference/send_args.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
readonly
Returns the value of attribute params.
Instance Method Summary collapse
-
#initialize(params:) ⇒ MissingArg
constructor
A new instance of MissingArg.
Methods included from Equatable
Constructor Details
#initialize(params:) ⇒ MissingArg
Returns a new instance of MissingArg.
67 68 69 |
# File 'lib/steep/type_inference/send_args.rb', line 67 def initialize(params:) @params = params end |
Instance Attribute Details
#params ⇒ Object (readonly)
Returns the value of attribute params.
65 66 67 |
# File 'lib/steep/type_inference/send_args.rb', line 65 def params @params end |