Class: Steep::Project::SignatureHasError

Inherits:
Object
  • Object
show all
Defined in:
lib/steep/project.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#errorsObject (readonly)

Returns the value of attribute errors.



24
25
26
# File 'lib/steep/project.rb', line 24

def errors
  @errors
end