Class: Steep::TypeInference::SendArgs::KeywordArgs::ArgTypePairs
- Includes:
- Equatable
- Defined in:
- lib/steep/type_inference/send_args.rb
Instance Attribute Summary collapse
-
#pairs ⇒ Object
readonly
Returns the value of attribute pairs.
Instance Method Summary collapse
- #[](index) ⇒ Object
-
#initialize(pairs:) ⇒ ArgTypePairs
constructor
A new instance of ArgTypePairs.
- #size ⇒ Object
Methods included from Equatable
Constructor Details
#initialize(pairs:) ⇒ ArgTypePairs
Returns a new instance of ArgTypePairs.
192 193 194 |
# File 'lib/steep/type_inference/send_args.rb', line 192 def initialize(pairs:) @pairs = pairs end |
Instance Attribute Details
#pairs ⇒ Object (readonly)
Returns the value of attribute pairs.
190 191 192 |
# File 'lib/steep/type_inference/send_args.rb', line 190 def pairs @pairs end |