Class: Steep::Project::SignatureHasError
- Inherits:
-
Object
- Object
- Steep::Project::SignatureHasError
- 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:) ⇒ SignatureHasError
constructor
A new instance of SignatureHasError.
Constructor Details
#initialize(errors:) ⇒ SignatureHasError
Returns a new instance of SignatureHasError.
26 27 28 |
# File 'lib/steep/project.rb', line 26 def initialize(errors:) @errors = errors end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
24 25 26 |
# File 'lib/steep/project.rb', line 24 def errors @errors end |