Class: Steep::Project::SignatureHasSyntaxError
- Inherits:
-
Object
- Object
- Steep::Project::SignatureHasSyntaxError
- Defined in:
- lib/steep/project.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors:) ⇒ SignatureHasSyntaxError
constructor
A new instance of SignatureHasSyntaxError.
Constructor Details
#initialize(errors:) ⇒ SignatureHasSyntaxError
Returns a new instance of SignatureHasSyntaxError.
18 19 20 |
# File 'lib/steep/project.rb', line 18 def initialize(errors:) @errors = errors end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
16 17 18 |
# File 'lib/steep/project.rb', line 16 def errors @errors end |