Class: Docscribe::Validator::TypeMismatchValidator::Result
- Inherits:
-
Struct
- Object
- Struct
- Docscribe::Validator::TypeMismatchValidator::Result
- Defined in:
- lib/docscribe/validator/type_mismatch_validator.rb
Instance Attribute Summary collapse
Instance Attribute Details
#expected_type ⇒ String?
38 |
# File 'lib/docscribe/validator/type_mismatch_validator.rb', line 38 Result = Struct.new(:type, :yard_type, :expected_type, :message, :source, keyword_init: true) |
#message ⇒ String
38 |
# File 'lib/docscribe/validator/type_mismatch_validator.rb', line 38 Result = Struct.new(:type, :yard_type, :expected_type, :message, :source, keyword_init: true) |
#source ⇒ String?
38 |
# File 'lib/docscribe/validator/type_mismatch_validator.rb', line 38 Result = Struct.new(:type, :yard_type, :expected_type, :message, :source, keyword_init: true) |
#type ⇒ Symbol
38 |
# File 'lib/docscribe/validator/type_mismatch_validator.rb', line 38 Result = Struct.new(:type, :yard_type, :expected_type, :message, :source, keyword_init: true) |
#yard_type ⇒ String?
38 |
# File 'lib/docscribe/validator/type_mismatch_validator.rb', line 38 Result = Struct.new(:type, :yard_type, :expected_type, :message, :source, keyword_init: true) |