class Result

def to_h

def to_h
  {
    success: @success,
    data: @data,
    error: @error,
  }
end