class HaveAPI::Fs::Components::ActionErrors::ActionError

Public Class Methods

new(errors) click to toggle source
# File lib/haveapi/fs/components/action_errors.rb, line 6
def initialize(errors)
  @errors = errors
end

Public Instance Methods

read() click to toggle source
# File lib/haveapi/fs/components/action_errors.rb, line 10
def read
  @errors.join("\n") + "\n"
end